BHDR              152 fs/ext4/xattr.c 	struct ext4_xattr_header *hdr = BHDR(bh);
BHDR              168 fs/ext4/xattr.c 		BHDR(bh)->h_checksum = ext4_xattr_block_csum(inode,
BHDR              169 fs/ext4/xattr.c 						bh->b_blocknr, BHDR(bh));
BHDR              235 fs/ext4/xattr.c 	if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
BHDR              236 fs/ext4/xattr.c 	    BHDR(bh)->h_blocks != cpu_to_le32(1))
BHDR              533 fs/ext4/xattr.c 		atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
BHDR              706 fs/ext4/xattr.c 		atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
BHDR             1253 fs/ext4/xattr.c 	hash = le32_to_cpu(BHDR(bh)->h_hash);
BHDR             1254 fs/ext4/xattr.c 	ref = le32_to_cpu(BHDR(bh)->h_refcount);
BHDR             1279 fs/ext4/xattr.c 		BHDR(bh)->h_refcount = cpu_to_le32(ref);
BHDR             1313 fs/ext4/xattr.c 			  le32_to_cpu(BHDR(bh)->h_refcount));
BHDR             1827 fs/ext4/xattr.c 			le32_to_cpu(BHDR(bs->bh)->h_refcount));
BHDR             1832 fs/ext4/xattr.c 		bs->s.base = BHDR(bs->bh);
BHDR             1872 fs/ext4/xattr.c 			__u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash);
BHDR             1905 fs/ext4/xattr.c 			memcpy(s->base, BHDR(bs->bh), bs->bh->b_size);
BHDR             2032 fs/ext4/xattr.c 				ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1;
BHDR             2033 fs/ext4/xattr.c 				BHDR(new_bh)->h_refcount = cpu_to_le32(ref);
BHDR             2753 fs/ext4/xattr.c 		base = BHDR(bh);
BHDR             2977 fs/ext4/xattr.c 	struct ext4_xattr_header *header = BHDR(bh);
BHDR             3067 fs/ext4/xattr.c 		} else if (ext4_xattr_cmp(header, BHDR(bh)) == 0) {
BHDR               93 fs/ext4/xattr.h #define BFIRST(bh) ENTRY(BHDR(bh)+1)