Home
last modified time | relevance | path

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

/fs/
Dxattr.c439 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr() function
456 EXPORT_SYMBOL_NS_GPL(vfs_listxattr, ANDROID_GKI_VFS_EXPORT_ONLY);
783 error = vfs_listxattr(d, klist, size); in listxattr()
/fs/overlayfs/
Dcopy_up.c59 list_size = vfs_listxattr(old, NULL, 0); in ovl_copy_xattr()
70 list_size = vfs_listxattr(old, buf, list_size); in ovl_copy_xattr()
Dinode.c427 res = vfs_listxattr(realdentry, list, size); in ovl_listxattr()
/fs/ksmbd/
Dvfs.c850 size = vfs_listxattr(dentry, NULL, 0); in ksmbd_vfs_listxattr()
859 size = vfs_listxattr(dentry, vlist, size); in ksmbd_vfs_listxattr()
/fs/nfsd/
Dvfs.c2251 len = vfs_listxattr(dentry, NULL, 0); in nfsd_listxattr()
2271 len = vfs_listxattr(dentry, buf, len); in nfsd_listxattr()
/fs/incfs/
Dvfs.c1780 return vfs_listxattr(di->backing_path.dentry, list, size); in incfs_listxattr()
/fs/fuse/
Dbacking.c646 vfs_listxattr(get_fuse_dentry(dentry)->backing_path.dentry, in fuse_listxattr_backing()