Home
last modified time | relevance | path

Searched refs:xdr_init_decode (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxdr.h245 extern void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf,
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxdr.c1055 void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_decode() function
1074 EXPORT_SYMBOL_GPL(xdr_init_decode);
1091 xdr_init_decode(xdr, buf, NULL, NULL); in xdr_init_decode_pages()
H A Dclnt.c2482 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode()
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c634 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req()
H A Drpc_rdma.c1445 xdr_init_decode(&rep->rr_stream, &rep->rr_hdrbuf, in rpcrdma_reply_handler()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_xdr.c934 xdr_init_decode(&xdr_in, &rqstp->rq_arg, in nfs4_callback_compound()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c2049 xdr_init_decode(xdr, rcv_buf, p, rqstp); in gss_unwrap_resp_priv()