Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A 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()
A Dnfscache.c489 svc_putu32(&rqstp->rq_res.head[0], rp->c_replstat); in nfsd_cache_lookup()
530 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()
A Dnfsxdr.c465 struct kvec *head = rqstp->rq_res.head; in nfssvc_encode_readlinkres()
486 struct kvec *head = rqstp->rq_res.head; in nfssvc_encode_readres()
496 xdr_write_pages(xdr, resp->pages, rqstp->rq_res.page_base, in nfssvc_encode_readres()
A Dnfs3xdr.c896 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readlinkres()
923 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_readres()
937 xdr_write_pages(xdr, resp->pages, rqstp->rq_res.page_base, in nfs3svc_encode_readres()
A Dnfs2acl.c263 rqstp->rq_res.page_len = w = nfsacl_size( in nfsaclsvc_encode_getaclres()
A Dvfs.c827 if (rqstp->rq_res.page_len == 0) { in nfsd_splice_actor()
829 rqstp->rq_res.page_base = buf->offset; in nfsd_splice_actor()
833 rqstp->rq_res.page_len += sd->len; in nfsd_splice_actor()
A Dnfs4xdr.c5287 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
/linux/net/sunrpc/
A Dsvc.c1453 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process()
1470 rqstp->rq_res.pages = rqstp->rq_respages + 1; in svc_process()
1471 rqstp->rq_res.len = 0; in svc_process()
1472 rqstp->rq_res.page_base = 0; in svc_process()
1473 rqstp->rq_res.page_len = 0; in svc_process()
1474 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process()
1475 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process()
1476 rqstp->rq_res.tail[0].iov_len = 0; in svc_process()
1506 struct kvec *resv = &rqstp->rq_res.head[0]; in bc_svc_process()
1522 memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); in bc_svc_process()
[all …]
A Dsvc_xprt.c522 space += rqstp->rq_res.head[0].iov_len; in svc_reserve()
544 rqstp->rq_res.page_len = 0; in svc_xprt_release()
545 rqstp->rq_res.page_base = 0; in svc_xprt_release()
552 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release()
555 rqstp->rq_res.len); in svc_xprt_release()
557 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release()
895 rqstp->rq_res.len = 0; in svc_recv()
926 xb = &rqstp->rq_res; in svc_send()
A Dsvcauth_unix.c735 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_null_accept()
795 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_unix_accept()
A Dsvcsock.c558 struct xdr_buf *xdr = &rqstp->rq_res; in svc_udp_sendto()
1162 struct xdr_buf *xdr = &rqstp->rq_res; in svc_tcp_sendto()
/linux/net/sunrpc/auth_gss/
A 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/include/linux/sunrpc/
A Dsvc.h254 struct xdr_buf rq_res; member
361 struct kvec *vec = &rqstp->rq_res.head[0]; in xdr_ressize_check()
588 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode()
/linux/net/sunrpc/xprtrdma/
A 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()

Completed in 40 milliseconds