ext4_xattr_header
struct ext4_xattr_header *hdr)
int offset = offsetof(struct ext4_xattr_header, h_checksum);
struct ext4_xattr_header *hdr = BHDR(bh);
ext4_xattr_rehash((struct ext4_xattr_header *)s->base);
#define header(x) ((struct ext4_xattr_header *)(x))
struct ext4_xattr_header *header = BHDR(bh);
ext4_xattr_cmp(struct ext4_xattr_header *header1,
struct ext4_xattr_header *header2)
struct ext4_xattr_header *header,
static void ext4_xattr_rehash(struct ext4_xattr_header *header)
ext4_xattr_block_cache_find(struct inode *, struct ext4_xattr_header *,
static void ext4_xattr_rehash(struct ext4_xattr_header *);
((b) - EXT4_XATTR_LEN(3) - sizeof(struct ext4_xattr_header) - 4)
#define BHDR(bh) ((struct ext4_xattr_header *)((bh)->b_data))