Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Dxattr.c141 static int xattr_foreach(struct xattr_iter *it, in xattr_foreach() function
291 ret = xattr_foreach(&it->it, &find_xattr_handlers, &remaining); in inline_getxattr()
324 ret = xattr_foreach(&it->it, &find_xattr_handlers, NULL); in shared_getxattr()
515 ret = xattr_foreach(&it->it, &list_xattr_handlers, &remaining); in inline_listxattr()
547 ret = xattr_foreach(&it->it, &list_xattr_handlers, NULL); in shared_listxattr()