Home
last modified time | relevance | path

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

/linux/fs/f2fs/
A Dxattr.h48 struct f2fs_xattr_entry { struct
56 #define XATTR_ENTRY(ptr) ((struct f2fs_xattr_entry *)(ptr)) argument
62 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \
65 #define XATTR_NEXT_ENTRY(entry) ((struct f2fs_xattr_entry *)((char *)(entry) +\
84 sizeof(struct f2fs_xattr_entry))
A Dxattr.c228 static struct f2fs_xattr_entry *__find_xattr(void *base_addr, in __find_xattr()
232 struct f2fs_xattr_entry *entry; in __find_xattr()
253 struct f2fs_xattr_entry *entry; in __find_inline_xattr()
325 const char *name, struct f2fs_xattr_entry **xe, in lookup_all_xattrs()
521 struct f2fs_xattr_entry *entry = NULL; in f2fs_getxattr()
567 struct f2fs_xattr_entry *entry; in f2fs_listxattr()
621 static bool f2fs_xattr_value_same(struct f2fs_xattr_entry *entry, in f2fs_xattr_value_same()
634 struct f2fs_xattr_entry *here, *last; in __f2fs_setxattr()
690 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in __f2fs_setxattr()
715 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here); in __f2fs_setxattr()
[all …]

Completed in 6 milliseconds