Home
last modified time | relevance | path

Searched refs:rq_res (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/net/sunrpc/
H A Dsvc.c1543 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 Dsvc_xprt.c524 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 Dsvcsock.c690 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 Dsvc.h190 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 Dnfsxdr.c463 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 Dnfs3xdr.c818 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 Dvfs.c982 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 Dnfs3proc.c191 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 Dnfscache.c589 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update()
H A Dnfsproc.c215 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd_proc_read()
H A Dnfs4proc.c2968 buflen -= rqstp->rq_res.head[0].iov_len; in nfsd4_max_payload()
H A Dnfs4xdr.c5829 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c889 &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 Dsvcauth_gss.c1849 struct xdr_buf *buf = &rqstp->rq_res; in svcauth_gss_wrap_priv()