Searched refs:xdr_init_encode (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | backchannel.c | 67 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
|
D | svc_rdma_sendto.c | 218 xdr_init_encode(&ctxt->sc_stream, &ctxt->sc_hdrbuf, in svc_rdma_send_ctxt_get() 833 xdr_init_encode(&sctxt->sc_stream, &sctxt->sc_hdrbuf, in svc_rdma_send_error_msg()
|
D | rpc_rdma.c | 893 xdr_init_encode(xdr, &req->rl_hdrbuf, rdmab_data(req->rl_rdmabuf), in rpcrdma_marshal_req()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | xdr.h | 233 extern void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf,
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | xdr.c | 666 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_encode() function 691 EXPORT_SYMBOL_GPL(xdr_init_encode);
|
D | clnt.c | 1838 xdr_init_encode(&xdr, &req->rq_snd_buf, in rpc_xdr_encode()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | callback_xdr.c | 938 xdr_init_encode(&xdr_out, &rqstp->rq_res, p, NULL); in nfs4_callback_compound()
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 2121 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL, NULL); in ff_layout_encode_layoutreturn()
|