vfs_removexattr   312 fs/cachefiles/xattr.c 	ret = vfs_removexattr(dentry, cachefiles_xattr_cache);
vfs_removexattr   776 fs/overlayfs/copy_up.c 	err = vfs_removexattr(upperpath.dentry, OVL_XATTR_METACOPY);
vfs_removexattr   358 fs/overlayfs/inode.c 		err = vfs_removexattr(realdentry, name);
vfs_removexattr   159 fs/overlayfs/overlayfs.h 	int err = vfs_removexattr(dentry, name);
vfs_removexattr   668 fs/overlayfs/super.c 		err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_DEFAULT);
vfs_removexattr   672 fs/overlayfs/super.c 		err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_ACCESS);
vfs_removexattr  1132 fs/overlayfs/super.c 		vfs_removexattr(ofs->workdir, OVL_XATTR_OPAQUE);
vfs_removexattr   407 fs/xattr.c     EXPORT_SYMBOL_GPL(vfs_removexattr);
vfs_removexattr   691 fs/xattr.c     	return vfs_removexattr(d, kname);
vfs_removexattr    56 include/linux/xattr.h int vfs_removexattr(struct dentry *, const char *);