Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dxattr.h77 ssize_t vfs_listxattr(struct dentry *d, char *list, size_t size);
/openbmc/linux/fs/
H A Dxattr.c484 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr() function
502 EXPORT_SYMBOL_GPL(vfs_listxattr);
842 error = vfs_listxattr(d, klist, size); in listxattr()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c87 list_size = vfs_listxattr(old, NULL, 0); in ovl_copy_xattr()
98 list_size = vfs_listxattr(old, buf, list_size); in ovl_copy_xattr()
H A Dinode.c441 res = vfs_listxattr(realdentry, list, size); in ovl_listxattr()
/openbmc/linux/fs/smb/server/
H A Dvfs.c859 size = vfs_listxattr(dentry, NULL, 0); in ksmbd_vfs_listxattr()
868 size = vfs_listxattr(dentry, vlist, size); in ksmbd_vfs_listxattr()
/openbmc/linux/fs/nfsd/
H A Dvfs.c2292 len = vfs_listxattr(dentry, NULL, 0); in nfsd_listxattr()
2309 len = vfs_listxattr(dentry, buf, len); in nfsd_listxattr()