Home
last modified time | relevance | path

Searched refs:BHDR (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/ext4/
A Dxattr.h91 #define BHDR(bh) ((struct ext4_xattr_header *)((bh)->b_data)) macro
93 #define BFIRST(bh) ENTRY(BHDR(bh)+1)
A Dxattr.c156 struct ext4_xattr_header *hdr = BHDR(bh); in ext4_xattr_block_csum_verify()
173 bh->b_blocknr, BHDR(bh)); in ext4_xattr_block_csum_set()
197 BHDR(bh)->h_blocks != cpu_to_le32(1)) { in check_xattrs()
1302 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block()
1303 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1337 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1371 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1904 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1909 bs->s.base = BHDR(bs->bh); in ext4_xattr_block_find()
2816 base = BHDR(bh); in ext4_expand_extra_isize_ea()
[all …]

Completed in 9 milliseconds