Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/orangefs/
H A Dxattr.c262 new_op->upcall.req.removexattr.refn = orangefs_inode->refn; in orangefs_inode_removexattr()
268 strcpy(new_op->upcall.req.removexattr.key, name); in orangefs_inode_removexattr()
269 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1; in orangefs_inode_removexattr()
273 (char *)new_op->upcall.req.removexattr.key, in orangefs_inode_removexattr()
274 (int)new_op->upcall.req.removexattr.key_sz); in orangefs_inode_removexattr()
336 /* This is equivalent to a removexattr */ in orangefs_inode_setxattr()
H A Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
H A Dorangefs-utils.c72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dxattr.c262 new_op->upcall.req.removexattr.refn = orangefs_inode->refn; in orangefs_inode_removexattr()
268 strcpy(new_op->upcall.req.removexattr.key, name); in orangefs_inode_removexattr()
269 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1; in orangefs_inode_removexattr()
273 (char *)new_op->upcall.req.removexattr.key, in orangefs_inode_removexattr()
274 (int)new_op->upcall.req.removexattr.key_sz); in orangefs_inode_removexattr()
336 /* This is equivalent to a removexattr */ in orangefs_inode_setxattr()
H A Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
H A Dorangefs-utils.c72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
/kernel/linux/linux-5.10/fs/
H A Dxattr.c777 removexattr(struct dentry *d, const char __user *name) in removexattr() function
802 error = removexattr(path.dentry, name); in path_removexattr()
813 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2()
835 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dxattr.c903 removexattr(struct mnt_idmap *idmap, struct dentry *d, in removexattr() function
932 error = removexattr(mnt_idmap(path.mnt), path.dentry, name); in path_removexattr()
943 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2()
965 error = removexattr(file_mnt_idmap(f.file), in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c2308 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_decode_removexattr() local
2309 memset(removexattr, 0, sizeof(*removexattr)); in nfsd4_decode_removexattr()
2310 return nfsd4_decode_xattr_name(argp, &removexattr->rmxa_name); in nfsd4_decode_removexattr()
5249 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_encode_removexattr() local
5252 return nfsd4_encode_change_info4(xdr, &removexattr->rmxa_cinfo); in nfsd4_encode_removexattr()
H A Dxdr4.h700 struct nfsd4_removexattr removexattr; member
H A Dnfs4proc.c2456 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_removexattr() local
2463 removexattr->rmxa_name); in nfsd4_removexattr()
2466 set_change_info(&removexattr->rmxa_cinfo, &cstate->current_fh); in nfsd4_removexattr()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr4.h682 struct nfsd4_removexattr removexattr; member
H A Dnfs4proc.c2139 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_removexattr() local
2146 removexattr->rmxa_name); in nfsd4_removexattr()
2149 set_change_info(&removexattr->rmxa_cinfo, &cstate->current_fh); in nfsd4_removexattr()
H A Dnfs4xdr.c2079 struct nfsd4_removexattr *removexattr) in nfsd4_decode_removexattr()
2081 return nfsd4_decode_xattr_name(argp, &removexattr->rmxa_name); in nfsd4_decode_removexattr()
5039 struct nfsd4_removexattr *removexattr) in nfsd4_encode_removexattr()
5048 p = encode_cinfo(p, &removexattr->rmxa_cinfo); in nfsd4_encode_removexattr()
2078 nfsd4_decode_removexattr(struct nfsd4_compoundargs *argp, struct nfsd4_removexattr *removexattr) nfsd4_decode_removexattr() argument
5038 nfsd4_encode_removexattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_removexattr *removexattr) nfsd4_encode_removexattr() argument

Completed in 31 milliseconds