Searched refs:rq_rcv_buf (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/net/sunrpc/ |
D | backchannel_rqst.c | 46 xbufp = &req->rq_rcv_buf; in xprt_free_allocation() 89 if (xprt_alloc_xdr_buf(&req->rq_rcv_buf, gfp_flags) < 0) { in xprt_alloc_bc_req() 93 req->rq_rcv_buf.len = PAGE_SIZE; in xprt_alloc_bc_req() 255 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, in xprt_get_bc_request() 293 xprt_bc_reinit_xdr_buf(&req->rq_rcv_buf); in xprt_free_bc_rqst() 294 req->rq_rcv_buf.len = PAGE_SIZE; in xprt_free_bc_rqst()
|
D | clnt.c | 1340 xdr_inline_pages(&req->rq_rcv_buf, hdrsize << 2, pages, base, len); in rpc_prepare_reply_pages() 1341 trace_rpc_xdr_reply_pages(req->rq_task, &req->rq_rcv_buf); in rpc_prepare_reply_pages() 1916 xdr_buf_init(&req->rq_rcv_buf, in rpc_xdr_encode() 2581 req->rq_rcv_buf.len = req->rq_private_buf.len; in call_decode() 2582 trace_rpc_xdr_recvfrom(task, &req->rq_rcv_buf); in call_decode() 2585 WARN_ON(memcmp(&req->rq_rcv_buf, &req->rq_private_buf, in call_decode() 2586 sizeof(req->rq_rcv_buf)) != 0); in call_decode() 2588 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode() 2589 req->rq_rcv_buf.head[0].iov_base, req); in call_decode() 2655 if (task->tk_rqstp->rq_rcv_buf.len & 3) in rpc_decode_header()
|
D | xprt.c | 1152 ret = xprt_request_prepare(task->tk_rqstp, &req->rq_rcv_buf); in xprt_request_enqueue_receive() 1158 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, in xprt_request_enqueue_receive() 1221 xdr_free_bvec(&req->rq_rcv_buf); in xprt_complete_rqst() 1455 xdr_free_bvec(&req->rq_rcv_buf); in xprt_request_dequeue_xprt() 1884 req->rq_rcv_buf.len = 0; in xprt_request_init() 1885 req->rq_rcv_buf.buflen = 0; in xprt_request_init() 1887 req->rq_rcv_buf.bvec = NULL; in xprt_request_init()
|
D | svc.c | 1502 memcpy(&rqstp->rq_arg, &req->rq_rcv_buf, sizeof(rqstp->rq_arg)); in bc_svc_process()
|
D | svcsock.c | 921 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, sizeof(struct xdr_buf)); in receive_cb_reply()
|
/linux-6.1.9/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 161 return rqst->rq_rcv_buf.buflen <= r_xprt->rx_ep->re_max_inline_recv; in rpcrdma_results_inline() 172 const struct xdr_buf *buf = &rqst->rq_rcv_buf; in rpcrdma_nonpayload_inline() 406 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, in rpcrdma_encode_write_list() 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() 486 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk() 870 if (unlikely(rqst->rq_rcv_buf.flags & XDRBUF_SPARSE_PAGES)) { in rpcrdma_marshal_req() 871 ret = rpcrdma_alloc_sparse_pages(&rqst->rq_rcv_buf); in rpcrdma_marshal_req() 907 else if ((ddp_allowed && rqst->rq_rcv_buf.flags & XDRBUF_READ) && in rpcrdma_marshal_req() 1051 rqst->rq_rcv_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup() [all …]
|
D | backchannel.c | 248 buf = &rqst->rq_rcv_buf; in rpcrdma_bc_receive_call()
|
D | svc_rdma_backchannel.c | 37 memcpy(&req->rq_private_buf, &req->rq_rcv_buf, sizeof(struct xdr_buf)); in svc_rdma_handle_bc_reply()
|
/linux-6.1.9/include/linux/sunrpc/ |
D | xprt.h | 70 struct xdr_buf rq_rcv_buf; /* recv buffer */ member
|
/linux-6.1.9/include/trace/events/ |
D | rpcrdma.h | 1389 __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-6.1.9/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1969 struct xdr_buf gss_data, *rcv_buf = &rqstp->rq_rcv_buf; in gss_unwrap_resp_integ() 2041 struct xdr_buf *rcv_buf = &rqstp->rq_rcv_buf; in gss_unwrap_resp_priv() 2042 struct kvec *head = rqstp->rq_rcv_buf.head; in gss_unwrap_resp_priv()
|
D | gss_rpc_xdr.c | 771 xdr_inline_pages(&req->rq_rcv_buf, in gssx_enc_accept_sec_context()
|
/linux-6.1.9/fs/nfs/ |
D | nfs2xdr.c | 634 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs2_xdr_enc_readargs()
|
D | nfs3xdr.c | 951 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs3_xdr_enc_read3args() 1337 req->rq_rcv_buf.flags |= XDRBUF_SPARSE_PAGES; in nfs3_xdr_enc_getacl3args()
|
D | nfs42xdr.c | 498 if (len > req->rq_rcv_buf.page_len) in decode_getxattr()
|
D | nfs4xdr.c | 2573 req->rq_rcv_buf.flags |= XDRBUF_READ; in nfs4_xdr_enc_read() 5327 struct xdr_buf *rcvbuf = &req->rq_rcv_buf; in decode_readlink()
|