Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsymlink.c39 .listxattr = ext2_listxattr,
51 .listxattr = ext2_listxattr,
Dxattr.h62 extern ssize_t ext2_listxattr(struct dentry *, char *, size_t);
Dfile.c114 .listxattr = ext2_listxattr,
Dnamei.c412 .listxattr = ext2_listxattr,
425 .listxattr = ext2_listxattr,
Dxattr.c325 ext2_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext2_listxattr() function