Searched refs:jset_magic (Results 1 – 4 of 4) sorted by relevance
67 static inline __u64 jset_magic(struct bch_fs *c) in jset_magic() function
881 if (le64_to_cpu(jset->magic) != jset_magic(c)) in jset_validate()934 if (le64_to_cpu(jset->magic) != jset_magic(c)) in jset_validate_early()1896 jset->magic = cpu_to_le64(jset_magic(c)); in bch2_journal_write_prep()
314 static inline __u64 jset_magic(struct cache_sb *sb) in jset_magic() function
78 if (j->magic != jset_magic(&ca->sb)) { in journal_read_bucket()783 w->data->magic = jset_magic(&ca->sb);