Lines Matching refs:_it
163 int (*entry)(struct xattr_iter *_it, struct erofs_xattr_entry *entry);
164 int (*name)(struct xattr_iter *_it, unsigned int processed, char *buf,
166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz);
167 void (*value)(struct xattr_iter *_it, unsigned int processed, char *buf,
332 static int xattr_entrymatch(struct xattr_iter *_it, in xattr_entrymatch() argument
335 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_entrymatch()
341 static int xattr_namematch(struct xattr_iter *_it, in xattr_namematch() argument
344 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_namematch()
349 static int xattr_checkbuffer(struct xattr_iter *_it, in xattr_checkbuffer() argument
352 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_checkbuffer()
359 static void xattr_copyvalue(struct xattr_iter *_it, in xattr_copyvalue() argument
363 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_copyvalue()
538 static int xattr_entrylist(struct xattr_iter *_it, in xattr_entrylist() argument
542 container_of(_it, struct listxattr_iter, it); in xattr_entrylist()
569 static int xattr_namelist(struct xattr_iter *_it, in xattr_namelist() argument
573 container_of(_it, struct listxattr_iter, it); in xattr_namelist()
580 static int xattr_skipvalue(struct xattr_iter *_it, in xattr_skipvalue() argument
584 container_of(_it, struct listxattr_iter, it); in xattr_skipvalue()