Home
last modified time | relevance | path

Searched refs:__bch2_sb_magic (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dchecksum.h215 __le64 magic = __bch2_sb_magic(sb); in __bch2_sb_key_nonce()
H A Dbcachefs_format.h1101 static inline __le64 __bch2_sb_magic(struct bch_sb *sb) in __bch2_sb_magic() function
1111 return __le64_to_cpu(__bch2_sb_magic(sb) ^ JSET_MAGIC); in __jset_magic()
1116 return __le64_to_cpu(__bch2_sb_magic(sb) ^ BSET_MAGIC); in __bset_magic()