__vfs_removexattr
ret = __vfs_removexattr(&nop_mnt_idmap, dentry, name__str);
rc = __vfs_removexattr(&nop_mnt_idmap, lower_dentry, name);
EXPORT_SYMBOL(__vfs_removexattr);
error = __vfs_removexattr(idmap, dentry, name);
int __vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS);
rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM);