Searched refs:xdr_init_decode (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/linux/sunrpc/ |
D | xdr.h | 246 extern void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf,
|
/Linux-v5.10/net/sunrpc/ |
D | xdr.c | 1051 void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_decode() function 1070 EXPORT_SYMBOL_GPL(xdr_init_decode); 1087 xdr_init_decode(xdr, buf, NULL, NULL); in xdr_init_decode_pages()
|
D | clnt.c | 2484 xdr_init_decode(&xdr, &req->rq_rcv_buf, in call_decode()
|
/Linux-v5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 634 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req()
|
D | rpc_rdma.c | 1418 xdr_init_decode(&rep->rr_stream, &rep->rr_hdrbuf, in rpcrdma_reply_handler()
|
/Linux-v5.10/fs/nfs/ |
D | callback_xdr.c | 938 xdr_init_decode(&xdr_in, &rqstp->rq_arg, in nfs4_callback_compound()
|
/Linux-v5.10/net/sunrpc/auth_gss/ |
D | auth_gss.c | 2077 xdr_init_decode(xdr, rcv_buf, p, rqstp); in gss_unwrap_resp_priv()
|