Home
last modified time | relevance | path

Searched refs:xdr_init_encode (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/sunrpc/xprtrdma/
Dbackchannel.c161 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
Drpc_rdma.c739 xdr_init_encode(xdr, &req->rl_hdrbuf, in rpcrdma_marshal_req()
/Linux-v4.19/include/linux/sunrpc/
Dxdr.h226 extern void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p);
/Linux-v4.19/net/sunrpc/
Dxdr.c460 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p) in xdr_init_encode() function
483 EXPORT_SYMBOL_GPL(xdr_init_encode);
Dauth.c776 xdr_init_encode(&xdr, &rqstp->rq_snd_buf, data); in rpcauth_wrap_req_encode()
/Linux-v4.19/fs/nfs/
Dcallback_xdr.c949 xdr_init_encode(&xdr_out, &rqstp->rq_res, p); in nfs4_callback_compound()
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1711 xdr_init_encode(&xdr, &rqstp->rq_snd_buf, p); in gss_wrap_req_encode()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c2035 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL); in ff_layout_encode_layoutreturn()