Searched refs:xattr_iter (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | xattr.c | 16 struct xattr_iter { struct 25 static inline void xattr_iter_end(struct xattr_iter *it, bool atomic) in xattr_iter_end() argument 38 struct xattr_iter it; in init_inode_xattrs() 96 int (*entry)(struct xattr_iter *, struct erofs_xattr_entry *); 97 int (*name)(struct xattr_iter *, unsigned, char *, unsigned); 98 int (*alloc_buffer)(struct xattr_iter *, unsigned); 99 void (*value)(struct xattr_iter *, unsigned, char *, unsigned); 102 static void xattr_iter_fixup(struct xattr_iter *it) in xattr_iter_fixup() 116 static int inline_xattr_iter_begin(struct xattr_iter *it, in inline_xattr_iter_begin() 141 static int xattr_foreach(struct xattr_iter *it, in xattr_foreach() [all …]
|