Lines Matching refs:ext2_xattr_header
69 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data))
93 struct ext2_xattr_header *);
97 struct ext2_xattr_header *);
98 static void ext2_xattr_rehash(struct ext2_xattr_header *,
139 ext2_xattr_header_valid(struct ext2_xattr_header *header) in ext2_xattr_header_valid()
412 struct ext2_xattr_header *header = NULL; in ext2_xattr_set()
494 sizeof(struct ext2_xattr_header) - sizeof(__u32); in ext2_xattr_set()
709 struct ext2_xattr_header *header) in ext2_xattr_set2()
897 ext2_xattr_cmp(struct ext2_xattr_header *header1, in ext2_xattr_cmp()
898 struct ext2_xattr_header *header2) in ext2_xattr_cmp()
937 ext2_xattr_cache_find(struct inode *inode, struct ext2_xattr_header *header) in ext2_xattr_cache_find()
987 static inline void ext2_xattr_hash_entry(struct ext2_xattr_header *header, in ext2_xattr_hash_entry()
1023 static void ext2_xattr_rehash(struct ext2_xattr_header *header, in ext2_xattr_rehash()