Home
last modified time | relevance | path

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

/linux-6.15/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.c986 .listxattr = ext4_listxattr,
H A Dnamei.c4224 .listxattr = ext4_listxattr,
4235 .listxattr = ext4_listxattr,
H A Dxattr.c809 ext4_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_listxattr() function