Searched refs:jset_magic (Results 1 – 2 of 2) sorted by relevance
79 static inline __u64 jset_magic(struct bch_fs *c) in jset_magic() function
934 if (le64_to_cpu(jset->magic) != jset_magic(c)) in jset_validate()988 if (le64_to_cpu(jset->magic) != jset_magic(c)) in jset_validate_early()2049 jset->magic = cpu_to_le64(jset_magic(c)); in bch2_journal_write_checksum()
Completed in 7 milliseconds