Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext2/
Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
Dxattr.h65 extern ssize_t ext2_listxattr(struct dentry *, char *, size_t);
103 #define ext2_listxattr NULL macro
Dnamei.c433 .listxattr = ext2_listxattr,
444 .listxattr = ext2_listxattr,
Dfile.c200 .listxattr = ext2_listxattr,
Dxattr.c373 ext2_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext2_listxattr() function