Home
last modified time | relevance | path

Searched refs:getxattr_iter (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dxattr.c230 struct getxattr_iter { struct
241 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_entrymatch() argument
250 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_namematch()
258 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_checkbuffer()
268 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_copyvalue()
280 static int inline_getxattr(struct inode *inode, struct getxattr_iter *it) in inline_getxattr()
300 static int shared_getxattr(struct inode *inode, struct getxattr_iter *it) in shared_getxattr()
349 struct getxattr_iter it; in erofs_getxattr()