Home
last modified time | relevance | path

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

/Linux-v4.19/fs/overlayfs/
Dinode.c392 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size) in ovl_listxattr() function
484 .listxattr = ovl_listxattr,
494 .listxattr = ovl_listxattr,
502 .listxattr = ovl_listxattr,
Doverlayfs.h350 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size);
Ddir.c1231 .listxattr = ovl_listxattr,