Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
H A Dxattr.h65 extern ssize_t ext2_listxattr(struct dentry *, char *, size_t);
103 #define ext2_listxattr NULL macro
H A Dnamei.c416 .listxattr = ext2_listxattr,
427 .listxattr = ext2_listxattr,
H A Dxattr.c372 ext2_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext2_listxattr() function