Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dxattr.h92 ssize_t generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size);
/linux-6.12.1/fs/
Dxattr.c1004 generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in generic_listxattr() function
1020 EXPORT_SYMBOL(generic_listxattr);
/linux-6.12.1/fs/hfs/
Dinode.c703 .listxattr = generic_listxattr,
/linux-6.12.1/Documentation/filesystems/
Dvfs.rst460 implementations like generic_listxattr.
/linux-6.12.1/fs/nfs/
Dnfs4proc.c10802 error = generic_listxattr(dentry, list, left); in nfs4_listxattr()