Lines Matching refs:f2fs_xattr_entry
225 static struct f2fs_xattr_entry *__find_xattr(void *base_addr, in __find_xattr()
229 struct f2fs_xattr_entry *entry; in __find_xattr()
246 static struct f2fs_xattr_entry *__find_inline_xattr(struct inode *inode, in __find_inline_xattr()
250 struct f2fs_xattr_entry *entry; in __find_inline_xattr()
322 const char *name, struct f2fs_xattr_entry **xe, in lookup_all_xattrs()
518 struct f2fs_xattr_entry *entry = NULL; in f2fs_getxattr()
564 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()
696 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in __f2fs_setxattr()
721 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here); in __f2fs_setxattr()
725 last = (struct f2fs_xattr_entry *)((char *)last - oldsize); in __f2fs_setxattr()