Home
last modified time | relevance | path

Searched refs:ext3_xattr_entry (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext3/
Dxattr.h37 struct ext3_xattr_entry { struct
52 sizeof(struct ext3_xattr_entry)) & ~EXT3_XATTR_ROUND) argument
54 ( (struct ext3_xattr_entry *)( \
Dxattr.c60 #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 …]