Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c423 .listxattr = ext2_listxattr,
432 .listxattr = ext2_listxattr,
H A Dfile.c201 .listxattr = ext2_listxattr,
H A Dxattr.c373 ext2_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext2_listxattr() function