Lines Matching refs:BHDR
158 struct ext4_xattr_header *hdr = BHDR(bh);
174 BHDR(bh)->h_checksum = ext4_xattr_block_csum(inode,
175 bh->b_blocknr, BHDR(bh));
241 if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
242 BHDR(bh)->h_blocks != cpu_to_le32(1))
545 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
718 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
1233 hash = le32_to_cpu(BHDR(bh)->h_hash);
1234 ref = le32_to_cpu(BHDR(bh)->h_refcount);
1268 BHDR(bh)->h_refcount = cpu_to_le32(ref);
1302 le32_to_cpu(BHDR(bh)->h_refcount));
1846 le32_to_cpu(BHDR(bs->bh)->h_refcount));
1851 bs->s.base = BHDR(bs->bh);
1893 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash);
1932 s->base = kmemdup(BHDR(bs->bh), bs->bh->b_size, GFP_NOFS);
2041 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1;
2057 BHDR(new_bh)->h_refcount = cpu_to_le32(ref);
2758 base = BHDR(bh);
2986 struct ext4_xattr_header *header = BHDR(bh);
3078 } else if (ext4_xattr_cmp(header, BHDR(bh)) == 0) {