Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dinode.c94 packed->inode.v.bi_version = cpu_to_le64(inode->bi_version); in bch2_inode_pack_inlined()
140 BUG_ON(unpacked.bi_version != inode->bi_version); in bch2_inode_pack_inlined()
247 unpacked->bi_version = le64_to_cpu(inode.v->bi_version); in bch2_inode_unpack_v3()
544 prt_printf(out, "bi_version=%llu\n", inode->bi_version); in __bch2_inode_unpacked_to_text()
H A Dinode_format.h35 __le64 bi_version; member
H A Dinode.h87 u64 bi_version; member