xattr_iter         19 fs/erofs/xattr.c static inline void xattr_iter_end(struct xattr_iter *it, bool atomic)
xattr_iter         31 fs/erofs/xattr.c static inline void xattr_iter_end_final(struct xattr_iter *it)
xattr_iter         42 fs/erofs/xattr.c 	struct xattr_iter it;
xattr_iter        155 fs/erofs/xattr.c 	int (*entry)(struct xattr_iter *_it, struct erofs_xattr_entry *entry);
xattr_iter        156 fs/erofs/xattr.c 	int (*name)(struct xattr_iter *_it, unsigned int processed, char *buf,
xattr_iter        158 fs/erofs/xattr.c 	int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz);
xattr_iter        159 fs/erofs/xattr.c 	void (*value)(struct xattr_iter *_it, unsigned int processed, char *buf,
xattr_iter        163 fs/erofs/xattr.c static inline int xattr_iter_fixup(struct xattr_iter *it)
xattr_iter        185 fs/erofs/xattr.c static int inline_xattr_iter_begin(struct xattr_iter *it,
xattr_iter        215 fs/erofs/xattr.c static int xattr_foreach(struct xattr_iter *it,
xattr_iter        317 fs/erofs/xattr.c 	struct xattr_iter it;
xattr_iter        324 fs/erofs/xattr.c static int xattr_entrymatch(struct xattr_iter *_it,
xattr_iter        333 fs/erofs/xattr.c static int xattr_namematch(struct xattr_iter *_it,
xattr_iter        341 fs/erofs/xattr.c static int xattr_checkbuffer(struct xattr_iter *_it,
xattr_iter        351 fs/erofs/xattr.c static void xattr_copyvalue(struct xattr_iter *_it,
xattr_iter        524 fs/erofs/xattr.c 	struct xattr_iter it;
xattr_iter        531 fs/erofs/xattr.c static int xattr_entrylist(struct xattr_iter *_it,
xattr_iter        562 fs/erofs/xattr.c static int xattr_namelist(struct xattr_iter *_it,
xattr_iter        573 fs/erofs/xattr.c static int xattr_skipvalue(struct xattr_iter *_it,