Searched refs:removexattr (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/orangefs/
H A Dxattr.c262 new_op->upcall.req.removexattr.refn = orangefs_inode->refn;
268 strcpy(new_op->upcall.req.removexattr.key, name);
269 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1;
273 (char *)new_op->upcall.req.removexattr.key,
274 (int)new_op->upcall.req.removexattr.key_sz);
336 /* This is equivalent to a removexattr */
H A Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member in union:orangefs_upcall_s::__anon10429
H A Dorangefs-utils.c72 fsid = op->upcall.req.removexattr.refn.fs_id;
/linux-master/fs/
H A Dxattr.c902 removexattr(struct mnt_idmap *idmap, struct dentry *d, function
931 error = removexattr(mnt_idmap(path.mnt), path.dentry, name);
942 SYSCALL_DEFINE2(removexattr, const char __user *, pathname,
964 error = removexattr(file_mnt_idmap(f.file),
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2308 struct nfsd4_removexattr *removexattr = &u->removexattr; local
2309 memset(removexattr, 0, sizeof(*removexattr));
2310 return nfsd4_decode_xattr_name(argp, &removexattr->rmxa_name);
5523 struct nfsd4_removexattr *removexattr = &u->removexattr; local
5526 return nfsd4_encode_change_info4(xdr, &removexattr->rmxa_cinfo);
H A Dxdr4.h818 struct nfsd4_removexattr removexattr; member in union:nfsd4_op::nfsd4_op_u
H A Dnfs4proc.c2472 struct nfsd4_removexattr *removexattr = &u->removexattr; local
2479 removexattr->rmxa_name);
2482 set_change_info(&removexattr->rmxa_cinfo, &cstate->current_fh);

Completed in 250 milliseconds