Home
last modified time | relevance | path

Searched refs:rq_rcv_buf (Results 1 – 16 of 16) sorted by relevance

/linux/net/sunrpc/
A Dbackchannel_rqst.c46 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()
88 if (xprt_alloc_xdr_buf(&req->rq_rcv_buf, gfp_flags) < 0) { in xprt_alloc_bc_req()
92 req->rq_rcv_buf.len = PAGE_SIZE; in xprt_alloc_bc_req()
254 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, in xprt_get_bc_request()
292 xprt_bc_reinit_xdr_buf(&req->rq_rcv_buf); in xprt_free_bc_rqst()
293 req->rq_rcv_buf.len = PAGE_SIZE; in xprt_free_bc_rqst()
A Dxprt.c1155 ret = xprt_request_prepare(task->tk_rqstp, &req->rq_rcv_buf); in xprt_request_enqueue_receive()
1161 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, in xprt_request_enqueue_receive()
1224 xdr_free_bvec(&req->rq_rcv_buf); in xprt_complete_rqst()
1464 xdr_free_bvec(&req->rq_rcv_buf); in xprt_request_dequeue_xprt()
1896 req->rq_rcv_buf.len = 0; in xprt_request_init()
1897 req->rq_rcv_buf.buflen = 0; in xprt_request_init()
1899 req->rq_rcv_buf.bvec = NULL; in xprt_request_init()
A Dclnt.c1368 xdr_inline_pages(&req->rq_rcv_buf, hdrsize << 2, pages, base, len); in rpc_prepare_reply_pages()
1369 trace_rpc_xdr_reply_pages(req->rq_task, &req->rq_rcv_buf); in rpc_prepare_reply_pages()
1943 xdr_buf_init(&req->rq_rcv_buf, in rpc_xdr_encode()
2604 req->rq_rcv_buf.len = req->rq_private_buf.len; in call_decode()
2605 trace_rpc_xdr_recvfrom(task, &req->rq_rcv_buf); in call_decode()
2608 WARN_ON(memcmp(&req->rq_rcv_buf, &req->rq_private_buf, in call_decode()
2609 sizeof(req->rq_rcv_buf)) != 0); in call_decode()
2611 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode()
2612 req->rq_rcv_buf.head[0].iov_base, req); in call_decode()
2679 if (task->tk_rqstp->rq_rcv_buf.len & 3) in rpc_decode_header()
A Dsvc.c1611 memcpy(&rqstp->rq_arg, &req->rq_rcv_buf, sizeof(rqstp->rq_arg)); in svc_process_bc()
A Dsvcsock.c1061 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, sizeof(struct xdr_buf)); in receive_cb_reply()
/linux/net/sunrpc/xprtrdma/
A Drpc_rdma.c172 const struct xdr_buf *buf = &rqst->rq_rcv_buf; in rpcrdma_nonpayload_inline()
407 rqst->rq_rcv_buf.head[0].iov_len, in rpcrdma_encode_write_list()
435 if (xdr_pad_size(rqst->rq_rcv_buf.page_len)) { in rpcrdma_encode_write_list()
871 ret = rpcrdma_alloc_sparse_pages(&rqst->rq_rcv_buf); in rpcrdma_marshal_req()
1051 rqst->rq_rcv_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup()
1057 curlen = rqst->rq_rcv_buf.head[0].iov_len; in rpcrdma_inline_fixup()
1063 ppages = rqst->rq_rcv_buf.pages + in rpcrdma_inline_fixup()
1064 (rqst->rq_rcv_buf.page_base >> PAGE_SHIFT); in rpcrdma_inline_fixup()
1067 if (copy_len && rqst->rq_rcv_buf.page_len) { in rpcrdma_inline_fixup()
1070 pagelist_len = rqst->rq_rcv_buf.page_len; in rpcrdma_inline_fixup()
[all …]
A Dbackchannel.c248 buf = &rqst->rq_rcv_buf; in rpcrdma_bc_receive_call()
A Dsvc_rdma_backchannel.c37 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, sizeof(struct xdr_buf)); in svc_rdma_handle_bc_reply()
/linux/include/linux/sunrpc/
A Dxprt.h60 struct xdr_buf rq_rcv_buf; /* recv buffer */ member
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c1988 struct xdr_buf gss_data, *rcv_buf = &rqstp->rq_rcv_buf; in gss_unwrap_resp_integ()
2060 struct xdr_buf *rcv_buf = &rqstp->rq_rcv_buf; in gss_unwrap_resp_priv()
2061 struct kvec *head = rqstp->rq_rcv_buf.head; in gss_unwrap_resp_priv()
A Dgss_rpc_xdr.c782 xdr_inline_pages(&req->rq_rcv_buf, in gssx_enc_accept_sec_context()
/linux/include/trace/events/
A Drpcrdma.h1391 __entry->headlen = rqst->rq_rcv_buf.head[0].iov_len;
1392 __entry->pagelen = rqst->rq_rcv_buf.page_len;
1393 __entry->taillen = rqst->rq_rcv_buf.tail[0].iov_len;
/linux/fs/nfs/
A Dnfs2xdr.c630 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs2_xdr_enc_readargs()
A Dnfs3xdr.c948 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs3_xdr_enc_read3args()
1334 req->rq_rcv_buf.flags |= XDRBUF_SPARSE_PAGES; in nfs3_xdr_enc_getacl3args()
A Dnfs42xdr.c1156 if (len > req->rq_rcv_buf.page_len) in decode_getxattr()
A Dnfs4xdr.c2607 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs4_xdr_enc_read()
5382 struct xdr_buf *rcvbuf = &req->rq_rcv_buf; in decode_readlink()

Completed in 71 milliseconds