Searched refs:xdr_init_encode (Results 1 – 7 of 7) 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/include/linux/sunrpc/ |
H A D | xdr.h | 243 extern void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf,
|
/linux/net/sunrpc/ |
H A D | xdr.c | 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 | 1949 xdr_init_encode(&xdr, &req->rq_snd_buf, in rpc_xdr_encode()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 2223 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL, NULL); in ff_layout_encode_layoutreturn()
|