Home
last modified time | relevance | path

Searched refs:ovl_listxattr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
Dinode.c410 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size) in ovl_listxattr() function
498 .listxattr = ovl_listxattr,
508 .listxattr = ovl_listxattr,
516 .listxattr = ovl_listxattr,
Doverlayfs.h468 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size);
Ddir.c1319 .listxattr = ovl_listxattr,