Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbcache_ondisk.h310 #define JSET_MAGIC 0x245235c1a3625032ULL macro
316 return sb->set_magic ^ JSET_MAGIC; in jset_magic()
/linux/fs/bcachefs/
H A Dsuper-io.h69 return __le64_to_cpu(bch2_sb_magic(c) ^ JSET_MAGIC); in jset_magic()
H A Dbcachefs_format.h1121 #define JSET_MAGIC __cpu_to_le64(0x245235c1a3625032ULL) macro
1134 return __le64_to_cpu(__bch2_sb_magic(sb) ^ JSET_MAGIC); in __jset_magic()