Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.h173 extern ssize_t ext4_listxattr(struct dentry *, char *, size_t);
H A Dfile.c1061 .listxattr = ext4_listxattr,
H A Dnamei.c4237 .listxattr = ext4_listxattr,
4248 .listxattr = ext4_listxattr,
H A Dxattr.c824 ext4_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_listxattr() function