Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dinode.c401 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size) in ovl_listxattr() function
493 .listxattr = ovl_listxattr,
503 .listxattr = ovl_listxattr,
511 .listxattr = ovl_listxattr,
Doverlayfs.h353 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size);
Ddir.c1270 .listxattr = ovl_listxattr,