Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
A Drpc_rdma.c176 const struct xdr_buf *buf = &rqst->rq_rcv_buf; in rpcrdma_nonpayload_inline()
411 rqst->rq_rcv_buf.head[0].iov_len, in rpcrdma_encode_write_list()
439 if (xdr_pad_size(rqst->rq_rcv_buf.page_len)) { in rpcrdma_encode_write_list()
875 ret = rpcrdma_alloc_sparse_pages(&rqst->rq_rcv_buf); in rpcrdma_marshal_req()
1055 rqst->rq_rcv_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup()
1061 curlen = rqst->rq_rcv_buf.head[0].iov_len; in rpcrdma_inline_fixup()
1067 ppages = rqst->rq_rcv_buf.pages + in rpcrdma_inline_fixup()
1068 (rqst->rq_rcv_buf.page_base >> PAGE_SHIFT); in rpcrdma_inline_fixup()
1071 if (copy_len && rqst->rq_rcv_buf.page_len) { in rpcrdma_inline_fixup()
1074 pagelist_len = rqst->rq_rcv_buf.page_len; in rpcrdma_inline_fixup()
[all …]
A Dbackchannel.c252 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/net/sunrpc/
A Dbackchannel_rqst.c60 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()
92 if (xprt_alloc_xdr_buf(&req->rq_rcv_buf, gfp_flags) < 0) { in xprt_alloc_bc_req()
96 req->rq_rcv_buf.len = PAGE_SIZE; in xprt_alloc_bc_req()
258 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, in xprt_get_bc_request()
A Dclnt.c1257 xdr_inline_pages(&req->rq_rcv_buf, hdrsize << 2, pages, base, len); in rpc_prepare_reply_pages()
1258 trace_rpc_xdr_reply_pages(req->rq_task, &req->rq_rcv_buf); in rpc_prepare_reply_pages()
1830 xdr_buf_init(&req->rq_rcv_buf, in rpc_xdr_encode()
2490 req->rq_rcv_buf.len = req->rq_private_buf.len; in call_decode()
2491 trace_rpc_xdr_recvfrom(task, &req->rq_rcv_buf); in call_decode()
2494 WARN_ON(memcmp(&req->rq_rcv_buf, &req->rq_private_buf, in call_decode()
2495 sizeof(req->rq_rcv_buf)) != 0); in call_decode()
2497 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode()
2498 req->rq_rcv_buf.head[0].iov_base, req); in call_decode()
2564 if (task->tk_rqstp->rq_rcv_buf.len & 3) in rpc_decode_header()
A Dxprt.c1159 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, in xprt_request_enqueue_receive()
1882 req->rq_rcv_buf.len = 0; in xprt_request_init()
1883 req->rq_rcv_buf.buflen = 0; in xprt_request_init()
1885 req->rq_rcv_buf.bvec = NULL; in xprt_request_init()
1970 xdr_free_bvec(&req->rq_rcv_buf); in xprt_release()
A Dxprtsock.c807 xdr_free_bvec(&req->rq_rcv_buf); in xs_stream_prepare_request()
808 req->rq_task->tk_status = xdr_alloc_bvec(&req->rq_rcv_buf, GFP_KERNEL); in xs_stream_prepare_request()
A Dsvcsock.c929 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, sizeof(struct xdr_buf)); in receive_cb_reply()
A Dsvc.c1521 memcpy(&rqstp->rq_arg, &req->rq_rcv_buf, sizeof(rqstp->rq_arg)); in bc_svc_process()
/linux/include/linux/sunrpc/
A Dxprt.h70 struct xdr_buf rq_rcv_buf; /* recv buffer */ member
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c1951 struct xdr_buf gss_data, *rcv_buf = &rqstp->rq_rcv_buf; in gss_unwrap_resp_integ()
2023 struct xdr_buf *rcv_buf = &rqstp->rq_rcv_buf; in gss_unwrap_resp_priv()
2024 struct kvec *head = rqstp->rq_rcv_buf.head; in gss_unwrap_resp_priv()
A Dgss_rpc_xdr.c771 xdr_inline_pages(&req->rq_rcv_buf, in gssx_enc_accept_sec_context()
/linux/include/trace/events/
A Drpcrdma.h1389 __entry->headlen = rqst->rq_rcv_buf.head[0].iov_len;
1390 __entry->pagelen = rqst->rq_rcv_buf.page_len;
1391 __entry->taillen = rqst->rq_rcv_buf.tail[0].iov_len;
/linux/fs/nfs/
A Dnfs3xdr.c951 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs3_xdr_enc_read3args()
1336 req->rq_rcv_buf.flags |= XDRBUF_SPARSE_PAGES; in nfs3_xdr_enc_getacl3args()
A Dnfs2xdr.c634 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs2_xdr_enc_readargs()
A Dnfs42xdr.c498 if (len > req->rq_rcv_buf.page_len) in decode_getxattr()
A Dnfs4xdr.c2557 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs4_xdr_enc_read()
5276 struct xdr_buf *rcvbuf = &req->rq_rcv_buf; in decode_readlink()

Completed in 59 milliseconds