Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsymlink.c121 .listxattr = ext4_listxattr,
128 .listxattr = ext4_listxattr,
135 .listxattr = ext4_listxattr,
H A Dxattr.h178 extern ssize_t ext4_listxattr(struct dentry *, char *, size_t);
H A Dfile.c988 .listxattr = ext4_listxattr,
H A Dxattr.c813 ext4_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_listxattr() function