vfs_removexattr
ret = vfs_removexattr(&nop_mnt_idmap, dentry,
int err = vfs_removexattr(ovl_upper_mnt_idmap(ofs), dentry, name);
err = vfs_removexattr(idmap, path->dentry, attr_name);
return vfs_removexattr(idmap, d, name);
EXPORT_SYMBOL_GPL(vfs_removexattr);
int vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);