Home
last modified time | relevance | path

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

/linux-4.1.27/fs/overlayfs/
Dinode.c274 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size) in ovl_listxattr() function
389 .listxattr = ovl_listxattr,
401 .listxattr = ovl_listxattr,
Doverlayfs.h174 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size);
Ddir.c957 .listxattr = ovl_listxattr,