Home
last modified time | relevance | path

Searched refs:BCH_KEY_MAGIC (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dchecksum.h210 return le64_to_cpu(key->magic) != BCH_KEY_MAGIC; in bch2_key_is_encrypted()
Dchecksum.c711 crypt->key.magic = cpu_to_le64(BCH_KEY_MAGIC); in bch2_disable_encryption()
739 key.magic = cpu_to_le64(BCH_KEY_MAGIC); in bch2_enable_encryption()
Dbcachefs_format.h560 #define BCH_KEY_MAGIC \ macro