Home
last modified time | relevance | path

Searched refs:jset_magic (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dsuper-io.h79 static inline __u64 jset_magic(struct bch_fs *c) in jset_magic() function
H A Djournal_io.c916 if (le64_to_cpu(jset->magic) != jset_magic(c)) in jset_validate()
970 if (le64_to_cpu(jset->magic) != jset_magic(c)) in jset_validate_early()
1970 jset->magic = cpu_to_le64(jset_magic(c)); in bch2_journal_write_prep()
/linux-6.15/drivers/md/bcache/
H A Dbcache_ondisk.h314 static inline __u64 jset_magic(struct cache_sb *sb) in jset_magic() function
H A Djournal.c78 if (j->magic != jset_magic(&ca->sb)) { in journal_read_bucket()
783 w->data->magic = jset_magic(&ca->sb);