Home
last modified time | relevance | path

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

/linux-4.4.14/fs/overlayfs/
Dinode.c304 int ovl_removexattr(struct dentry *dentry, const char *name) in ovl_removexattr() function
391 .removexattr = ovl_removexattr,
403 .removexattr = ovl_removexattr,
Doverlayfs.h175 int ovl_removexattr(struct dentry *dentry, const char *name);
Ddir.c958 .removexattr = ovl_removexattr,