Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dcallback_xdr.c872 struct xdr_stream *xdr_out, void *resp, in process_op() argument
909 maxlen = xdr_out->end - xdr_out->p; in process_op()
918 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
922 status = op->encode_res(rqstp, xdr_out, resp); in process_op()
933 struct xdr_stream xdr_in, xdr_out; in nfs4_callback_compound() local
945 xdr_init_encode(&xdr_out, &rqstp->rq_res, p); in nfs4_callback_compound()
963 if (encode_compound_hdr_res(&xdr_out, &hdr_res) != 0) { in nfs4_callback_compound()
970 rqstp->rq_argp, &xdr_out, rqstp->rq_resp, in nfs4_callback_compound()