removexattr
struct nfsd4_removexattr *removexattr = &u->removexattr;
removexattr->rmxa_name);
set_change_info(&removexattr->rmxa_cinfo, &cstate->current_fh);
struct nfsd4_removexattr *removexattr = &u->removexattr;
memset(removexattr, 0, sizeof(*removexattr));
return nfsd4_decode_xattr_name(argp, &removexattr->rmxa_name);
struct nfsd4_removexattr *removexattr = &u->removexattr;
return nfsd4_encode_change_info4(xdr, &removexattr->rmxa_cinfo);
struct nfsd4_removexattr removexattr;
fsid = op->upcall.req.removexattr.refn.fs_id;
struct orangefs_removexattr_request_s removexattr;
new_op->upcall.req.removexattr.refn = orangefs_inode->refn;
strscpy(new_op->upcall.req.removexattr.key, name);
new_op->upcall.req.removexattr.key_sz = strlen(name) + 1;
(char *)new_op->upcall.req.removexattr.key,
(int)new_op->upcall.req.removexattr.key_sz);
error = removexattr(file_mnt_idmap(f),
error = removexattr(mnt_idmap(path.mnt), path.dentry, kname->name);
SYSCALL_DEFINE2(removexattr, const char __user *, pathname,