Searched refs:rq_res (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/net/sunrpc/ |
| H A D | svc.c | 1543 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process() 1559 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process() 1560 rqstp->rq_res.len = 0; in svc_process() 1561 rqstp->rq_res.page_base = 0; in svc_process() 1562 rqstp->rq_res.page_len = 0; in svc_process() 1563 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process() 1564 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process() 1565 rqstp->rq_res.tail[0].iov_len = 0; in svc_process() 1612 memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); in svc_process_bc() 1628 rqstp->rq_res.head[0].iov_len = 0; in svc_process_bc() [all …]
|
| H A D | svc_xprt.c | 524 space += rqstp->rq_res.head[0].iov_len; in svc_reserve() 555 rqstp->rq_res.page_len = 0; in svc_xprt_release() 556 rqstp->rq_res.page_base = 0; in svc_xprt_release() 563 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release() 566 rqstp->rq_res.len); in svc_xprt_release() 568 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release() 829 rqstp->rq_res.len = 0; in svc_handle_xprt() 914 xb = &rqstp->rq_res; in svc_send()
|
| H A 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() 1223 ARRAY_SIZE(rqstp->rq_bvec) - 1, &rqstp->rq_res); in svc_tcp_sendmsg() 1226 1 + count, sizeof(marker) + rqstp->rq_res.len); in svc_tcp_sendmsg() 1248 struct xdr_buf *xdr = &rqstp->rq_res; in svc_tcp_sendto()
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | svc.h | 190 struct xdr_buf rq_res; member 509 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode() 556 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_set_auth_slack()
|
| /linux-6.15/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 | 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 | vfs.c | 982 offset_in_page(rqstp->rq_res.page_base + in nfsd_splice_actor() 983 rqstp->rq_res.page_len)) in nfsd_splice_actor() 988 if (rqstp->rq_res.page_len == 0) // first call in nfsd_splice_actor() 989 rqstp->rq_res.page_base = offset % PAGE_SIZE; in nfsd_splice_actor() 990 rqstp->rq_res.page_len += sd->len; in nfsd_splice_actor()
|
| H A D | nfs3proc.c | 191 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd3_proc_read() 598 unsigned int sendbuf = min_t(unsigned int, rqstp->rq_res.buflen, in nfsd3_init_dirlist_pages()
|
| H A D | nfscache.c | 589 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update()
|
| H A D | nfsproc.c | 215 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd_proc_read()
|
| H A D | nfs4proc.c | 2968 buflen -= rqstp->rq_res.head[0].iov_len; in nfsd4_max_payload()
|
| H A D | nfs4xdr.c | 5829 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
|
| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_sendto.c | 889 &rctxt->rc_reply_pcl, &rqstp->rq_res); in svc_rdma_send_reply_msg() 1016 ret = svc_rdma_send_write_list(rdma, rctxt, &rqstp->rq_res); in svc_rdma_sendto() 1024 &rqstp->rq_res); in svc_rdma_sendto()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1849 struct xdr_buf *buf = &rqstp->rq_res; in svcauth_gss_wrap_priv()
|