Home
last modified time | relevance | path

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

/linux-4.1.27/fs/overlayfs/
Dinode.c306 int ovl_removexattr(struct dentry *dentry, const char *name) in ovl_removexattr() function
390 .removexattr = ovl_removexattr,
402 .removexattr = ovl_removexattr,
Doverlayfs.h175 int ovl_removexattr(struct dentry *dentry, const char *name);
Ddir.c958 .removexattr = ovl_removexattr,