Home
last modified time | relevance | path

Searched refs:generic_listxattr (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dxattr.h96 ssize_t generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size);
/linux/fs/
H A Dxattr.c1124 generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in generic_listxattr() function
1141 EXPORT_SYMBOL(generic_listxattr);
/linux/fs/hfs/
H A Dinode.c734 .listxattr = generic_listxattr,
/linux/Documentation/filesystems/
H A Dvfs.rst385 implementations like generic_listxattr.
/linux/fs/nfs/
H A Dnfs4proc.c10538 error = generic_listxattr(dentry, list, left); in nfs4_listxattr()