Searched refs:rq_res (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/net/sunrpc/ |
D | svc.c | 1501 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process() 1517 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process() 1518 rqstp->rq_res.len = 0; in svc_process() 1519 rqstp->rq_res.page_base = 0; in svc_process() 1520 rqstp->rq_res.page_len = 0; in svc_process() 1521 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process() 1522 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process() 1523 rqstp->rq_res.tail[0].iov_len = 0; in svc_process() 1570 memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); in bc_svc_process() 1586 rqstp->rq_res.head[0].iov_len = 0; in bc_svc_process() [all …]
|
D | svc_xprt.c | 519 space += rqstp->rq_res.head[0].iov_len; in svc_reserve() 550 rqstp->rq_res.page_len = 0; in svc_xprt_release() 551 rqstp->rq_res.page_base = 0; in svc_xprt_release() 558 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release() 561 rqstp->rq_res.len); in svc_xprt_release() 563 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release() 881 rqstp->rq_res.len = 0; in svc_recv() 912 xb = &rqstp->rq_res; in svc_send()
|
D | svcsock.c | 690 struct xdr_buf *xdr = &rqstp->rq_res; in svc_udp_sendto() 720 count, rqstp->rq_res.len); in svc_udp_sendto() 725 count, rqstp->rq_res.len); in svc_udp_sendto() 1252 ARRAY_SIZE(rqstp->rq_bvec) - 1, &rqstp->rq_res); in svc_tcp_sendmsg() 1255 1 + count, sizeof(marker) + rqstp->rq_res.len); in svc_tcp_sendmsg() 1276 struct xdr_buf *xdr = &rqstp->rq_res; in svc_tcp_sendto()
|
/linux-6.6.21/include/linux/sunrpc/ |
D | svc.h | 210 struct xdr_buf rq_res; member 489 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode() 536 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_set_auth_slack()
|
/linux-6.6.21/fs/nfsd/ |
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()
|
D | nfs3xdr.c | 821 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readlinkres() 849 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readres() 864 rqstp->rq_res.page_base, in nfs3svc_encode_readres()
|
D | vfs.c | 955 offset_in_page(rqstp->rq_res.page_base + in nfsd_splice_actor() 956 rqstp->rq_res.page_len)) in nfsd_splice_actor() 961 if (rqstp->rq_res.page_len == 0) // first call in nfsd_splice_actor() 962 rqstp->rq_res.page_base = offset % PAGE_SIZE; in nfsd_splice_actor() 963 rqstp->rq_res.page_len += sd->len; in nfsd_splice_actor()
|
D | nfs3proc.c | 161 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd3_proc_read() 557 unsigned int sendbuf = min_t(unsigned int, rqstp->rq_res.buflen, in nfsd3_init_dirlist_pages()
|
D | nfscache.c | 615 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update()
|
D | nfsproc.c | 186 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd_proc_read()
|
D | nfs4proc.c | 2801 buflen -= rqstp->rq_res.head[0].iov_len; in nfsd4_max_payload()
|
D | nfs4xdr.c | 5367 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
|
/linux-6.6.21/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 851 ret = svc_rdma_map_reply_msg(rdma, sctxt, rctxt, &rqstp->rq_res); in svc_rdma_send_reply_msg() 975 ret = svc_rdma_send_reply_chunk(rdma, rctxt, &rqstp->rq_res); in svc_rdma_sendto() 1054 if (xdr_buf_subsegment(&rqstp->rq_res, &subbuf, offset, length)) in svc_rdma_result_payload()
|
/linux-6.6.21/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1865 struct xdr_buf *buf = &rqstp->rq_res; in svcauth_gss_wrap_priv()
|