Lines Matching refs:BHDR
156 struct ext4_xattr_header *hdr = BHDR(bh);
172 BHDR(bh)->h_checksum = ext4_xattr_block_csum(inode,
173 bh->b_blocknr, BHDR(bh));
200 if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
201 BHDR(bh)->h_blocks != cpu_to_le32(1)) {
595 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
767 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
1285 hash = le32_to_cpu(BHDR(bh)->h_hash);
1286 ref = le32_to_cpu(BHDR(bh)->h_refcount);
1320 BHDR(bh)->h_refcount = cpu_to_le32(ref);
1354 le32_to_cpu(BHDR(bh)->h_refcount));
1900 le32_to_cpu(BHDR(bs->bh)->h_refcount));
1905 bs->s.base = BHDR(bs->bh);
1948 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash);
1987 s->base = kmemdup(BHDR(bs->bh), bs->bh->b_size, GFP_NOFS);
2096 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1;
2112 BHDR(new_bh)->h_refcount = cpu_to_le32(ref);
2815 base = BHDR(bh);
3044 struct ext4_xattr_header *header = BHDR(bh);
3134 } else if (ext4_xattr_cmp(header, BHDR(bh)) == 0) {