Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dsymlink.c39 .listxattr = ext3_listxattr,
51 .listxattr = ext3_listxattr,
Dfile.c72 .listxattr = ext3_listxattr,
Dxattr.h65 extern ssize_t ext3_listxattr(struct dentry *, char *, size_t);
Dnamei.c2568 .listxattr = ext3_listxattr,
2580 .listxattr = ext3_listxattr,
Dxattr.c143 ext3_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext3_listxattr() function