Lines Matching refs:ext4_xattr_header
80 ext4_xattr_block_cache_find(struct inode *, struct ext4_xattr_header *,
84 static void ext4_xattr_rehash(struct ext4_xattr_header *);
130 struct ext4_xattr_header *hdr) in ext4_xattr_block_csum()
136 int offset = offsetof(struct ext4_xattr_header, h_checksum); in ext4_xattr_block_csum()
152 struct ext4_xattr_header *hdr = BHDR(bh); in ext4_xattr_block_csum_verify()
1796 ext4_xattr_rehash((struct ext4_xattr_header *)s->base); in ext4_xattr_set_entry()
1866 #define header(x) ((struct ext4_xattr_header *)(x)) in ext4_xattr_block_set()
2969 struct ext4_xattr_header *header = BHDR(bh); in ext4_xattr_block_cache_insert()
2995 ext4_xattr_cmp(struct ext4_xattr_header *header1, in ext4_xattr_cmp()
2996 struct ext4_xattr_header *header2) in ext4_xattr_cmp()
3036 struct ext4_xattr_header *header, in ext4_xattr_block_cache_find()
3102 static void ext4_xattr_rehash(struct ext4_xattr_header *header) in ext4_xattr_rehash()