Home
last modified time | relevance | path

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

/fs/
Dxattr.c347 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr() function
364 EXPORT_SYMBOL_GPL(vfs_listxattr);
618 error = vfs_listxattr(d, klist, size); in listxattr()
/fs/overlayfs/
Dcopy_up.c50 list_size = vfs_listxattr(old, NULL, 0); in ovl_copy_xattr()
61 list_size = vfs_listxattr(old, buf, list_size); in ovl_copy_xattr()
Dinode.c406 res = vfs_listxattr(realdentry, list, size); in ovl_listxattr()
/fs/incfs/
Dvfs.c2033 return vfs_listxattr(di->backing_path.dentry, list, size); in incfs_listxattr()