Searched refs:vfs_listxattr (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | xattr.c | 411 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr() function 428 EXPORT_SYMBOL_NS_GPL(vfs_listxattr, ANDROID_GKI_VFS_EXPORT_ONLY); 715 error = vfs_listxattr(d, klist, size); in listxattr()
|
/fs/overlayfs/ |
D | copy_up.c | 58 list_size = vfs_listxattr(old, NULL, 0); in ovl_copy_xattr() 69 list_size = vfs_listxattr(old, buf, list_size); in ovl_copy_xattr()
|
D | inode.c | 420 res = vfs_listxattr(realdentry, list, size); in ovl_listxattr()
|
/fs/nfsd/ |
D | vfs.c | 2229 len = vfs_listxattr(dentry, NULL, 0); in nfsd_listxattr() 2249 len = vfs_listxattr(dentry, buf, len); in nfsd_listxattr()
|
/fs/incfs/ |
D | vfs.c | 1763 return vfs_listxattr(di->backing_path.dentry, list, size); in incfs_listxattr()
|