Searched refs:rq_resp (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.1/fs/nfsd/ |
D | nfs3proc.c | 46 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_getattr() 69 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setattr() 90 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_lookup() 113 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsd3_proc_access() 132 struct nfsd3_readlinkres *resp = rqstp->rq_resp; in nfsd3_proc_readlink() 152 struct nfsd3_readres *resp = rqstp->rq_resp; in nfsd3_proc_read() 200 struct nfsd3_writeres *resp = rqstp->rq_resp; in nfsd3_proc_write() 356 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_create() 378 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_mkdir() 400 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_symlink() [all …]
|
D | nfs2acl.c | 33 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsacld_proc_getacl() 96 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsacld_proc_setacl() 152 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsacld_proc_getattr() 171 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsacld_proc_access() 246 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsaclsvc_encode_getaclres() 286 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsaclsvc_encode_accessres() 307 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsaclsvc_release_getacl() 316 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsaclsvc_release_access()
|
D | nfsproc.c | 30 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_getattr() 52 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_setattr() 132 struct nfsd_diropres *resp = rqstp->rq_resp; in nfsd_proc_lookup() 156 struct nfsd_readlinkres *resp = rqstp->rq_resp; in nfsd_proc_readlink() 178 struct nfsd_readres *resp = rqstp->rq_resp; in nfsd_proc_read() 233 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_write() 263 struct nfsd_diropres *resp = rqstp->rq_resp; in nfsd_proc_create() 425 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_remove() 441 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_rename() 459 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_link() [all …]
|
D | nfsxdr.c | 418 struct nfsd_stat *resp = rqstp->rq_resp; in nfssvc_encode_statres() 426 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_encode_attrstatres() 443 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_encode_diropres() 462 struct nfsd_readlinkres *resp = rqstp->rq_resp; in nfssvc_encode_readlinkres() 483 struct nfsd_readres *resp = rqstp->rq_resp; in nfssvc_encode_readres() 507 struct nfsd_readdirres *resp = rqstp->rq_resp; in nfssvc_encode_readdirres() 529 struct nfsd_statfsres *resp = rqstp->rq_resp; in nfssvc_encode_statfsres() 643 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_release_attrstat() 650 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_release_diropres() 657 struct nfsd_readres *resp = rqstp->rq_resp; in nfssvc_release_readres()
|
D | nfs3xdr.c | 743 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_getattrres() 762 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_wccstat() 772 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_lookupres() 797 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfs3svc_encode_accessres() 820 struct nfsd3_readlinkres *resp = rqstp->rq_resp; in nfs3svc_encode_readlinkres() 847 struct nfsd3_readres *resp = rqstp->rq_resp; in nfs3svc_encode_readres() 879 struct nfsd3_writeres *resp = rqstp->rq_resp; in nfs3svc_encode_writeres() 906 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_createres() 931 struct nfsd3_renameres *resp = rqstp->rq_resp; in nfs3svc_encode_renameres() 942 struct nfsd3_linkres *resp = rqstp->rq_resp; in nfs3svc_encode_linkres() [all …]
|
D | nfs3acl.c | 31 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsd3_proc_getacl() 88 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setacl() 172 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfs3svc_encode_getaclres() 224 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_setaclres() 235 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfs3svc_release_getacl()
|
D | xdr4.h | 765 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op()
|
D | nfs4proc.c | 2526 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check() 2603 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound() 3559 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
|
D | vfs.c | 531 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()
|
D | nfs4xdr.c | 2892 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr() 5461 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfs4svc_encode_compoundres()
|
D | nfs4state.c | 3897 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence() 5610 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
|
/Linux-v6.1/fs/lockd/ |
D | svc4proc.c | 125 return __nlm4svc_proc_test(rqstp, rqstp->rq_resp); in nlm4svc_proc_test() 174 return __nlm4svc_proc_lock(rqstp, rqstp->rq_resp); in nlm4svc_proc_lock() 211 return __nlm4svc_proc_cancel(rqstp, rqstp->rq_resp); in nlm4svc_proc_cancel() 251 return __nlm4svc_proc_unlock(rqstp, rqstp->rq_resp); in nlm4svc_proc_unlock() 274 return __nlm4svc_proc_granted(rqstp, rqstp->rq_resp); in nlm4svc_proc_granted() 367 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share() 402 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare()
|
D | svcproc.c | 148 return __nlmsvc_proc_test(rqstp, rqstp->rq_resp); in nlmsvc_proc_test() 197 return __nlmsvc_proc_lock(rqstp, rqstp->rq_resp); in nlmsvc_proc_lock() 235 return __nlmsvc_proc_cancel(rqstp, rqstp->rq_resp); in nlmsvc_proc_cancel() 276 return __nlmsvc_proc_unlock(rqstp, rqstp->rq_resp); in nlmsvc_proc_unlock() 299 return __nlmsvc_proc_granted(rqstp, rqstp->rq_resp); in nlmsvc_proc_granted() 402 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_share() 437 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare()
|
D | xdr.c | 325 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_testres() 334 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_res() 343 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_shareres()
|
D | xdr4.c | 309 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres() 318 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res() 327 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()
|
/Linux-v6.1/net/sunrpc/ |
D | svc.c | 653 rqstp->rq_resp = kmalloc_node(serv->sv_xdrsize, GFP_KERNEL, node); in svc_rqst_alloc() 654 if (!rqstp->rq_resp) in svc_rqst_alloc() 854 kfree(rqstp->rq_resp); in svc_rqst_free() 1209 memset(rqstp->rq_resp, 0, procp->pc_ressize); in svc_generic_init_request()
|
/Linux-v6.1/include/linux/sunrpc/ |
D | svc.h | 294 void * rq_resp; /* xdr'd results */ member
|
/Linux-v6.1/fs/nfs/ |
D | callback_xdr.c | 904 status = op->process_op(rqstp->rq_argp, rqstp->rq_resp, in process_op() 914 status = op->encode_res(rqstp, xdr_out, rqstp->rq_resp); in process_op()
|