Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsymlink.c119 .listxattr = ext4_listxattr,
126 .listxattr = ext4_listxattr,
133 .listxattr = ext4_listxattr,
H A Dxattr.h176 extern ssize_t ext4_listxattr(struct dentry *, char *, size_t);
H A Dfile.c954 .listxattr = ext4_listxattr,
H A Dnamei.c4275 .listxattr = ext4_listxattr,
4286 .listxattr = ext4_listxattr,
H A Dxattr.c821 ext4_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_listxattr() function