Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dxattr.h52 ssize_t vfs_listxattr(struct dentry *d, char *list, size_t size);
/kernel/linux/linux-5.10/fs/sharefs/
Dinode.c90 err = vfs_listxattr(lower_dentry, buffer, buffer_size); in sharefs_listxattr()
/kernel/linux/linux-5.10/fs/
Dxattr.c411 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr() function
428 EXPORT_SYMBOL_GPL(vfs_listxattr);
715 error = vfs_listxattr(d, klist, size); in listxattr()
/kernel/linux/linux-5.10/fs/overlayfs/
Dcopy_up.c58 list_size = vfs_listxattr(old, NULL, 0); in ovl_copy_xattr()
69 list_size = vfs_listxattr(old, buf, list_size); in ovl_copy_xattr()
Dinode.c419 res = vfs_listxattr(realdentry, list, size); in ovl_listxattr()
/kernel/linux/linux-5.10/fs/hmdfs/
Dinode_local.c790 res = vfs_listxattr(lower_path.dentry, list, r_size); in hmdfs_local_listxattr()
Dhmdfs_server.c1884 err = vfs_listxattr(path.dentry, NULL, size); in hmdfs_server_listxattr()
1886 err = vfs_listxattr(path.dentry, resp->list, size); in hmdfs_server_listxattr()
/kernel/linux/linux-5.10/fs/nfsd/
Dvfs.c2228 len = vfs_listxattr(dentry, NULL, 0); in nfsd_listxattr()
2248 len = vfs_listxattr(dentry, buf, len); in nfsd_listxattr()