Searched refs:rq_resp (Results 1 – 17 of 17) sorted by relevance
/linux/fs/nfsd/ |
A D | nfs3proc.c | 45 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_getattr() 68 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setattr() 86 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_lookup() 109 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsd3_proc_access() 148 struct nfsd3_readres *resp = rqstp->rq_resp; in nfsd3_proc_read() 192 struct nfsd3_writeres *resp = rqstp->rq_resp; in nfsd3_proc_write() 226 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_create() 262 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_mkdir() 282 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_symlink() 361 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_remove() [all …]
|
A 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()
|
A 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() 129 struct nfsd_diropres *resp = rqstp->rq_resp; in nfsd_proc_lookup() 175 struct nfsd_readres *resp = rqstp->rq_resp; in nfsd_proc_read() 229 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_write() 264 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() 479 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_symlink() [all …]
|
A D | nfsxdr.c | 420 struct nfsd_stat *resp = rqstp->rq_resp; in nfssvc_encode_statres() 428 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_encode_attrstatres() 445 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_encode_diropres() 464 struct nfsd_readlinkres *resp = rqstp->rq_resp; in nfssvc_encode_readlinkres() 485 struct nfsd_readres *resp = rqstp->rq_resp; in nfssvc_encode_readres() 509 struct nfsd_readdirres *resp = rqstp->rq_resp; in nfssvc_encode_readdirres() 531 struct nfsd_statfsres *resp = rqstp->rq_resp; in nfssvc_encode_statfsres() 645 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_release_attrstat() 652 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_release_diropres() 659 struct nfsd_readres *resp = rqstp->rq_resp; in nfssvc_release_readres()
|
A D | nfs3xdr.c | 818 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_getattrres() 837 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_wccstat() 847 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_lookupres() 872 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfs3svc_encode_accessres() 922 struct nfsd3_readres *resp = rqstp->rq_resp; in nfs3svc_encode_readres() 954 struct nfsd3_writeres *resp = rqstp->rq_resp; in nfs3svc_encode_writeres() 981 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_createres() 1006 struct nfsd3_renameres *resp = rqstp->rq_resp; in nfs3svc_encode_renameres() 1017 struct nfsd3_linkres *resp = rqstp->rq_resp; in nfs3svc_encode_linkres() 1281 struct nfsd3_fsstatres *resp = rqstp->rq_resp; in nfs3svc_encode_fsstatres() [all …]
|
A 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()
|
A D | xdr4.h | 736 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op()
|
A D | nfs4proc.c | 2378 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check() 2455 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound() 3374 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
|
A D | nfs4xdr.c | 2848 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr() 5432 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfs4svc_encode_compoundres()
|
A D | nfs4state.c | 3783 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence() 5300 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
|
/linux/fs/lockd/ |
A D | svc4proc.c | 115 return __nlm4svc_proc_test(rqstp, rqstp->rq_resp); in nlm4svc_proc_test() 164 return __nlm4svc_proc_lock(rqstp, rqstp->rq_resp); in nlm4svc_proc_lock() 201 return __nlm4svc_proc_cancel(rqstp, rqstp->rq_resp); in nlm4svc_proc_cancel() 241 return __nlm4svc_proc_unlock(rqstp, rqstp->rq_resp); in nlm4svc_proc_unlock() 264 return __nlm4svc_proc_granted(rqstp, rqstp->rq_resp); in nlm4svc_proc_granted() 357 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share() 392 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare()
|
A D | svcproc.c | 145 return __nlmsvc_proc_test(rqstp, rqstp->rq_resp); in nlmsvc_proc_test() 194 return __nlmsvc_proc_lock(rqstp, rqstp->rq_resp); in nlmsvc_proc_lock() 232 return __nlmsvc_proc_cancel(rqstp, rqstp->rq_resp); in nlmsvc_proc_cancel() 273 return __nlmsvc_proc_unlock(rqstp, rqstp->rq_resp); in nlmsvc_proc_unlock() 296 return __nlmsvc_proc_granted(rqstp, rqstp->rq_resp); in nlmsvc_proc_granted() 399 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_share() 434 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare()
|
A 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()
|
A D | xdr4.c | 324 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres() 333 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res() 342 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()
|
/linux/net/sunrpc/ |
A D | svc.c | 627 rqstp->rq_resp = kmalloc_node(serv->sv_xdrsize, GFP_KERNEL, node); in svc_rqst_alloc() 628 if (!rqstp->rq_resp) in svc_rqst_alloc() 874 kfree(rqstp->rq_resp); in svc_rqst_free() 1226 memset(rqstp->rq_resp, 0, procp->pc_ressize); in svc_generic_init_request()
|
/linux/include/linux/sunrpc/ |
A D | svc.h | 284 void * rq_resp; /* xdr'd results */ member
|
/linux/fs/nfs/ |
A D | callback_xdr.c | 908 status = op->process_op(rqstp->rq_argp, rqstp->rq_resp, in process_op() 918 status = op->encode_res(rqstp, xdr_out, rqstp->rq_resp); in process_op()
|
Completed in 90 milliseconds