Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dnfs3acl.c174 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_getaclres()
192 rqstp->rq_res.page_len = w = nfsacl_size( in nfs3svc_encode_getaclres()
201 n = nfsacl_encode(&rqstp->rq_res, base, inode, in nfs3svc_encode_getaclres()
205 n = nfsacl_encode(&rqstp->rq_res, base + n, inode, in nfs3svc_encode_getaclres()
Dnfscache.c491 svc_putu32(&rqstp->rq_res.head[0], rp->c_replstat); in nfsd_cache_lookup()
532 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update()
590 struct kvec *vec = &rqstp->rq_res.head[0]; in nfsd_cache_append()
Dnfsxdr.c463 struct kvec *head = rqstp->rq_res.head; in nfssvc_encode_readlinkres()
484 struct kvec *head = rqstp->rq_res.head; in nfssvc_encode_readres()
494 xdr_write_pages(xdr, resp->pages, rqstp->rq_res.page_base, in nfssvc_encode_readres()
Dnfs3xdr.c821 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readlinkres()
848 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readres()
862 xdr_write_pages(xdr, resp->pages, rqstp->rq_res.page_base, in nfs3svc_encode_readres()
Dnfs2acl.c263 rqstp->rq_res.page_len = w = nfsacl_size( in nfsaclsvc_encode_getaclres()
Dnfs3proc.c162 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd3_proc_read()
566 unsigned int sendbuf = min_t(unsigned int, rqstp->rq_res.buflen, in nfsd3_init_dirlist_pages()
Dvfs.c879 if (rqstp->rq_res.page_len == 0) // first call in nfsd_splice_actor()
880 rqstp->rq_res.page_base = offset % PAGE_SIZE; in nfsd_splice_actor()
881 rqstp->rq_res.page_len += sd->len; in nfsd_splice_actor()
Dnfsproc.c188 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen); in nfsd_proc_read()
Dnfs4proc.c2786 buflen -= rqstp->rq_res.head[0].iov_len; in nfsd4_max_payload()
Dnfs4xdr.c5317 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
/Linux-v6.1/net/sunrpc/
Dsvc.c1436 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process()
1452 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process()
1453 rqstp->rq_res.len = 0; in svc_process()
1454 rqstp->rq_res.page_base = 0; in svc_process()
1455 rqstp->rq_res.page_len = 0; in svc_process()
1456 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process()
1457 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process()
1458 rqstp->rq_res.tail[0].iov_len = 0; in svc_process()
1487 struct kvec *resv = &rqstp->rq_res.head[0]; in bc_svc_process()
1503 memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); in bc_svc_process()
[all …]
Dsvc_xprt.c526 space += rqstp->rq_res.head[0].iov_len; in svc_reserve()
548 rqstp->rq_res.page_len = 0; in svc_xprt_release()
549 rqstp->rq_res.page_base = 0; in svc_xprt_release()
556 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release()
559 rqstp->rq_res.len); in svc_xprt_release()
561 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release()
899 rqstp->rq_res.len = 0; in svc_recv()
930 xb = &rqstp->rq_res; in svc_send()
Dsvcauth_unix.c736 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_null_accept()
797 struct kvec *resv = rqstp->rq_res.head; in svcauth_tls_accept()
855 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_unix_accept()
Dsvcsock.c547 struct xdr_buf *xdr = &rqstp->rq_res; in svc_udp_sendto()
1156 struct xdr_buf *xdr = &rqstp->rq_res; in svc_tcp_sendto()
/Linux-v6.1/include/linux/sunrpc/
Dsvc.h264 struct xdr_buf rq_res; member
371 struct kvec *vec = &rqstp->rq_res.head[0]; in xdr_ressize_check()
580 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode()
/Linux-v6.1/net/sunrpc/auth_gss/
Dsvcauth_gss.c761 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf()
762 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf()
781 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf()
790 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf()
1239 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_legacy_init()
1350 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_proxy_init()
1536 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_accept()
1716 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_integ()
1767 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_priv()
1834 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_release()
/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c827 ret = svc_rdma_map_reply_msg(rdma, sctxt, rctxt, &rqstp->rq_res); in svc_rdma_send_reply_msg()
956 ret = svc_rdma_send_reply_chunk(rdma, rctxt, &rqstp->rq_res); in svc_rdma_sendto()
1036 if (xdr_buf_subsegment(&rqstp->rq_res, &subbuf, offset, length)) in svc_rdma_result_payload()