Searched refs:ext3_xattr_entry (Results 1 – 2 of 2) sorted by relevance
37 struct ext3_xattr_entry { struct52 sizeof(struct ext3_xattr_entry)) & ~EXT3_XATTR_ROUND) argument54 ( (struct 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()[all …]