Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dxattr.h96 ssize_t generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size);
/linux-6.15/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-6.15/fs/hfs/
H A Dinode.c703 .listxattr = generic_listxattr,
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst460 implementations like generic_listxattr.
/linux-6.15/fs/nfs/
H A Dnfs4proc.c10858 error = generic_listxattr(dentry, list, left); in nfs4_listxattr()