Searched refs:xdr_init_encode (Results 1 – 6 of 6) sorted by relevance
/linux/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 63 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
|
H A D | svc_rdma_sendto.c | 205 xdr_init_encode(&ctxt->sc_stream, &ctxt->sc_hdrbuf, in svc_rdma_send_ctxt_get() 932 xdr_init_encode(&sctxt->sc_stream, &sctxt->sc_hdrbuf, in svc_rdma_send_error_msg()
|
H A D | rpc_rdma.c | 877 xdr_init_encode(xdr, &req->rl_hdrbuf, rdmab_data(req->rl_rdmabuf), in rpcrdma_marshal_req()
|
/linux/net/sunrpc/ |
H A D | xdr.c | 951 * xdr_init_encode - Initialize a struct xdr_stream for sending data. 964 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_encode() function 989 EXPORT_SYMBOL_GPL(xdr_init_encode);
|
H A D | clnt.c | 1957 xdr_init_encode(&xdr, &req->rq_snd_buf,
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 2239 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL, NULL); in ff_layout_free_layoutreturn()
|