Home
last modified time | relevance | path

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

/linux/fs/
H A Dxattr.c1141 generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in generic_listxattr() function
1158 EXPORT_SYMBOL(generic_listxattr);
/linux/fs/hfs/
H A Dinode.c703 .listxattr = generic_listxattr,
/linux/Documentation/filesystems/
H A Dvfs.rst460 implementations like generic_listxattr.
/linux/fs/nfs/
H A Dnfs4proc.c10816 error = generic_listxattr(dentry, list, left); in nfs4_listxattr()