Home
last modified time | relevance | path

Searched refs:rq_resp (Results 1 – 19 of 19) sorted by relevance

/linux/fs/nfsd/
H A Dnfs3proc.c71 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_getattr()
94 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setattr()
118 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_lookup()
142 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsd3_proc_access()
162 struct nfsd3_readlinkres *resp = rqstp->rq_resp; in nfsd3_proc_readlink()
183 struct nfsd3_readres *resp = rqstp->rq_resp; in nfsd3_proc_read()
221 struct nfsd3_writeres *resp = rqstp->rq_resp; in nfsd3_proc_write()
377 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_create()
395 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_mkdir()
413 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_symlink()
[all …]
H A Dnfs2acl.c33 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsacld_proc_getacl()
98 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsacld_proc_setacl()
154 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsacld_proc_getattr()
173 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsacld_proc_access()
248 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsaclsvc_encode_getaclres()
278 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsaclsvc_encode_accessres()
299 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsaclsvc_release_getacl()
308 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfsaclsvc_release_access()
H A Dnfsproc.c56 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_getattr()
79 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_setattr()
160 struct nfsd_diropres *resp = rqstp->rq_resp; in nfsd_proc_lookup()
185 struct nfsd_readlinkres *resp = rqstp->rq_resp; in nfsd_proc_readlink()
208 struct nfsd_readres *resp = rqstp->rq_resp; in nfsd_proc_read()
252 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_write()
280 struct nfsd_diropres *resp = rqstp->rq_resp; in nfsd_proc_create()
444 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_remove()
458 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_rename()
472 struct nfsd_stat *resp = rqstp->rq_resp; in nfsd_proc_link()
[all …]
H A Dnfsxdr.c418 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()
484 struct nfsd_readres *resp = rqstp->rq_resp; in nfssvc_encode_readres()
509 struct nfsd_readdirres *resp = rqstp->rq_resp; in nfssvc_encode_readdirres()
532 struct nfsd_statfsres *resp = rqstp->rq_resp; in nfssvc_encode_statfsres()
646 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_release_attrstat()
653 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_release_diropres()
660 struct nfsd_readres *resp = rqstp->rq_resp; in nfssvc_release_readres()
H A Dnfs3xdr.c740 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_getattrres()
759 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_wccstat()
769 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_lookupres()
794 struct nfsd3_accessres *resp = rqstp->rq_resp; in nfs3svc_encode_accessres()
817 struct nfsd3_readlinkres *resp = rqstp->rq_resp; in nfs3svc_encode_readlinkres()
845 struct nfsd3_readres *resp = rqstp->rq_resp; in nfs3svc_encode_readres()
878 struct nfsd3_writeres *resp = rqstp->rq_resp; in nfs3svc_encode_writeres()
905 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_createres()
930 struct nfsd3_renameres *resp = rqstp->rq_resp; in nfs3svc_encode_renameres()
941 struct nfsd3_linkres *resp = rqstp->rq_resp; in nfs3svc_encode_linkres()
[all …]
H A Dnfs3acl.c31 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsd3_proc_getacl()
90 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setacl()
174 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfs3svc_encode_getaclres()
208 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_setaclres()
219 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfs3svc_release_getacl()
H A Dxdr4.h936 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op()
H A Dnfs4proc.c2963 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check()
3040 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound()
4015 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
H A Dnfs4xdr.c3192 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_supported_attrs()
3598 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_suppattr_exclcreat()
3873 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr4()
6378 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfs4svc_encode_compoundres()
H A Dvfs.c679 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()
H A Dnfs4state.c4387 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence()
6426 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
/linux/tools/net/sunrpc/xdrgen/templates/C/program/encoder/
H A Dresult.j218 struct {{ result }} *resp = rqstp->rq_resp;
22 {{ result }} *resp = rqstp->rq_resp;
/linux/fs/lockd/
H A Dsvc4proc.c126 return __nlm4svc_proc_test(rqstp, rqstp->rq_resp); in nlm4svc_proc_test()
163 return __nlm4svc_proc_lock(rqstp, rqstp->rq_resp); in nlm4svc_proc_lock()
200 return __nlm4svc_proc_cancel(rqstp, rqstp->rq_resp); in nlm4svc_proc_cancel()
240 return __nlm4svc_proc_unlock(rqstp, rqstp->rq_resp); in nlm4svc_proc_unlock()
263 return __nlm4svc_proc_granted(rqstp, rqstp->rq_resp); in nlm4svc_proc_granted()
356 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share()
391 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare()
H A Dsvcproc.c147 return __nlmsvc_proc_test(rqstp, rqstp->rq_resp); in nlmsvc_proc_test()
184 return __nlmsvc_proc_lock(rqstp, rqstp->rq_resp); in nlmsvc_proc_lock()
222 return __nlmsvc_proc_cancel(rqstp, rqstp->rq_resp); in nlmsvc_proc_cancel()
263 return __nlmsvc_proc_unlock(rqstp, rqstp->rq_resp); in nlmsvc_proc_unlock()
286 return __nlmsvc_proc_granted(rqstp, rqstp->rq_resp); in nlmsvc_proc_granted()
389 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_share()
424 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare()
H A Dxdr4.c318 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres()
327 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res()
336 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()
H A Dxdr.c325 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()
/linux/net/sunrpc/
H A Dsvc.c673 kfree(rqstp->rq_resp); in svc_rqst_free()
701 rqstp->rq_resp = kmalloc_node(serv->sv_xdrsize, GFP_KERNEL, node); in svc_prepare_thread()
702 if (!rqstp->rq_resp) in svc_prepare_thread()
1349 memset(rqstp->rq_resp, 0, procp->pc_ressize); in svc_generic_init_request()
/linux/include/linux/sunrpc/
H A Dsvc.h223 void * rq_resp; /* xdr'd results */ member
/linux/fs/nfs/
H A Dcallback_xdr.c922 status = op->process_op(rqstp->rq_argp, rqstp->rq_resp, in process_op()
932 status = op->encode_res(rqstp, xdr_out, rqstp->rq_resp); in process_op()