Searched refs:rq_res (Results 1 – 14 of 14) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svc.c | 1586 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process() 1602 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process() 1603 rqstp->rq_res.len = 0; in svc_process() 1604 rqstp->rq_res.page_base = 0; in svc_process() 1605 rqstp->rq_res.page_len = 0; in svc_process() 1606 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process() 1607 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process() 1608 rqstp->rq_res.tail[0].iov_len = 0; in svc_process() 1658 memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); in svc_process_bc() 1674 rqstp->rq_res.head[0].iov_len = 0; in svc_process_bc() [all …]
|
| H A D | svc_xprt.c | 525 space += rqstp->rq_res.head[0].iov_len; in svc_reserve() 556 rqstp->rq_res.page_len = 0; in svc_xprt_release() 557 rqstp->rq_res.page_base = 0; in svc_xprt_release() 564 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release() 567 rqstp->rq_res.len); in svc_xprt_release() 569 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release() 829 rqstp->rq_res.len = 0; in svc_handle_xprt() 940 xb = &rqstp->rq_res; in svc_send()
|
| H A D | svcsock.c | 728 struct xdr_buf *xdr = &rqstp->rq_res; in svc_udp_sendto() 757 count, rqstp->rq_res.len); in svc_udp_sendto() 762 count, rqstp->rq_res.len); in svc_udp_sendto() 1260 &rqstp->rq_res); in svc_tcp_sendmsg() 1263 1 + count, sizeof(marker) + rqstp->rq_res.len); in svc_tcp_sendmsg() 1282 struct xdr_buf *xdr = &rqstp->rq_res; in svc_tcp_sendto()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc.h | 203 struct xdr_buf rq_res; member 524 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode() 571 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_set_auth_slack()
|
| /linux/fs/nfsd/ |
| H A D | nfsxdr.c | 463 struct kvec *head = rqstp->rq_res.head; in nfssvc_encode_readlinkres() 485 struct kvec *head = rqstp->rq_res.head; in nfssvc_encode_readres() 496 rqstp->rq_res.page_base, in nfssvc_encode_readres()
|
| H A D | vfs.c | 1019 offset_in_page(rqstp->rq_res.page_base + in nfsd_splice_actor() 1020 rqstp->rq_res.page_len)) in nfsd_splice_actor() 1025 if (rqstp->rq_res.page_len == 0) // first call in nfsd_splice_actor() 1026 rqstp->rq_res.page_base = offset % PAGE_SIZE; in nfsd_splice_actor() 1027 rqstp->rq_res.page_len += sd->len; in nfsd_splice_actor() 1154 rqstp->rq_res.page_base = pad; in nfsd_direct_read() 1209 if (nf->nf_dio_read_offset_align && !rqstp->rq_res.page_len) in nfsd_iter_read()
|
| H A D | nfs3xdr.c | 818 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readlinkres() 846 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readres() 861 rqstp->rq_res.page_base, in nfs3svc_encode_readres()
|
| H A D | nfs3proc.c | 191 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd3_proc_read() 549 unsigned int sendbuf = min_t(unsigned int, rqstp->rq_res.buflen, in nfsd3_init_dirlist_pages()
|
| H A D | nfscache.c | 576 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update()
|
| H A D | nfsproc.c | 216 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd_proc_read()
|
| H A D | nfs4proc.c | 3221 buflen -= rqstp->rq_res.head[0].iov_len; in nfsd4_max_payload()
|
| H A D | nfs4xdr.c | 6193 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_sendto.c | 899 &rctxt->rc_reply_pcl, &rqstp->rq_res); in svc_rdma_send_reply_msg() 1026 ret = svc_rdma_send_write_list(rdma, rctxt, &rqstp->rq_res); in svc_rdma_sendto() 1034 &rqstp->rq_res); in svc_rdma_sendto()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1851 struct xdr_buf *buf = &rqstp->rq_res; in svcauth_gss_wrap_priv()
|