/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | xattr.c | 262 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 D | upcall.h | 250 struct orangefs_removexattr_request_s removexattr; member
|
H A D | orangefs-utils.c | 72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | xattr.c | 262 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 D | upcall.h | 250 struct orangefs_removexattr_request_s removexattr; member
|
H A D | orangefs-utils.c | 72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
|
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 777 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 D | xattr.c | 903 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 D | nfs4xdr.c | 2308 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 D | xdr4.h | 700 struct nfsd4_removexattr removexattr; member
|
H A D | nfs4proc.c | 2456 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 D | xdr4.h | 682 struct nfsd4_removexattr removexattr; member
|
H A D | nfs4proc.c | 2139 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 D | nfs4xdr.c | 2079 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
|