Lines Matching refs:BHDR

154 	struct ext4_xattr_header *hdr = BHDR(bh);  in ext4_xattr_block_csum_verify()
170 BHDR(bh)->h_checksum = ext4_xattr_block_csum(inode, in ext4_xattr_block_csum_set()
171 bh->b_blocknr, BHDR(bh)); in ext4_xattr_block_csum_set()
237 if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) || in __ext4_xattr_check_block()
238 BHDR(bh)->h_blocks != cpu_to_le32(1)) in __ext4_xattr_check_block()
535 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
708 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1235 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block()
1236 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1261 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1295 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1816 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1821 bs->s.base = BHDR(bs->bh); in ext4_xattr_block_find()
1861 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set()
1894 memcpy(s->base, BHDR(bs->bh), bs->bh->b_size); in ext4_xattr_block_set()
2021 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2022 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
2747 base = BHDR(bh); in ext4_expand_extra_isize_ea()
2972 struct ext4_xattr_header *header = BHDR(bh); in ext4_xattr_block_cache_insert()
3062 } else if (ext4_xattr_cmp(header, BHDR(bh)) == 0) { in ext4_xattr_block_cache_find()