Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dxattr.h35 struct ext2_xattr_entry { struct
50 sizeof(struct ext2_xattr_entry)) & ~EXT2_XATTR_ROUND) argument
52 ( (struct ext2_xattr_entry *)( \
Dxattr.c70 #define ENTRY(ptr) ((struct ext2_xattr_entry *)(ptr))
99 struct ext2_xattr_entry *);
153 struct ext2_xattr_entry *entry; in ext2_xattr_get()
192 struct ext2_xattr_entry *next = in ext2_xattr_get()
249 struct ext2_xattr_entry *entry; in ext2_xattr_list()
282 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(entry); in ext2_xattr_list()
370 struct ext2_xattr_entry *here, *last; in ext2_xattr_set()
420 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(here); in ext2_xattr_set()
440 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(last); in ext2_xattr_set()
862 struct ext2_xattr_entry *entry1, *entry2; in ext2_xattr_cmp()
[all …]