Lines Matching refs:f2fs_xattr_entry
228 static struct f2fs_xattr_entry *__find_xattr(void *base_addr, in __find_xattr()
232 struct f2fs_xattr_entry *entry; in __find_xattr()
252 static struct f2fs_xattr_entry *__find_inline_xattr(struct inode *inode, in __find_inline_xattr()
256 struct f2fs_xattr_entry *entry; in __find_inline_xattr()
318 const char *name, struct f2fs_xattr_entry **xe, in lookup_all_xattrs()
516 struct f2fs_xattr_entry *entry = NULL; in f2fs_getxattr()
562 struct f2fs_xattr_entry *entry; in f2fs_listxattr()
618 static bool f2fs_xattr_value_same(struct f2fs_xattr_entry *entry, in f2fs_xattr_value_same()
631 struct f2fs_xattr_entry *here, *last; in __f2fs_setxattr()
700 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in __f2fs_setxattr()
725 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here); in __f2fs_setxattr()
729 last = (struct f2fs_xattr_entry *)((char *)last - oldsize); in __f2fs_setxattr()