Lines Matching refs:ext3_xattr_entry
60 #define ENTRY(ptr) ((struct ext3_xattr_entry *)(ptr))
69 #define IFIRST(hdr) ((struct ext3_xattr_entry *)((hdr)+1))
96 struct ext3_xattr_entry *);
149 ext3_xattr_check_names(struct ext3_xattr_entry *entry, void *end) in ext3_xattr_check_names()
152 struct ext3_xattr_entry *next = EXT3_XATTR_NEXT(entry); in ext3_xattr_check_names()
173 ext3_xattr_check_entry(struct ext3_xattr_entry *entry, size_t size) in ext3_xattr_check_entry()
184 ext3_xattr_find_entry(struct ext3_xattr_entry **pentry, int name_index, in ext3_xattr_find_entry()
187 struct ext3_xattr_entry *entry; in ext3_xattr_find_entry()
215 struct ext3_xattr_entry *entry; in ext3_xattr_block_get()
265 struct ext3_xattr_entry *entry; in ext3_xattr_ibody_get()
330 ext3_xattr_list_entries(struct dentry *dentry, struct ext3_xattr_entry *entry, in ext3_xattr_list_entries()
518 struct ext3_xattr_entry *first;
521 struct ext3_xattr_entry *here;
528 struct ext3_xattr_entry *last; in ext3_xattr_set_entry()
1169 struct ext3_xattr_entry *entry1, *entry2; in ext3_xattr_cmp()
1256 struct ext3_xattr_entry *entry) in ext3_xattr_hash_entry()
1292 struct ext3_xattr_entry *entry) in ext3_xattr_rehash()
1294 struct ext3_xattr_entry *here; in ext3_xattr_rehash()