Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dxattr.c324 struct getxattr_iter { struct
335 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_entrymatch() argument
344 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_namematch()
352 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_checkbuffer()
363 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_copyvalue()
375 static int inline_getxattr(struct inode *inode, struct getxattr_iter *it) in inline_getxattr()
395 static int shared_getxattr(struct inode *inode, struct getxattr_iter *it) in shared_getxattr()
446 struct getxattr_iter it; in erofs_getxattr()