Home
last modified time | relevance | path

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

/fs/nfs/
Dcallback_xdr.c867 struct xdr_stream *xdr_out, void *resp, in process_op() argument
904 maxlen = xdr_out->end - xdr_out->p; in process_op()
913 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
917 status = op->encode_res(rqstp, xdr_out, resp); in process_op()
928 struct xdr_stream xdr_in, xdr_out; in nfs4_callback_compound() local
941 xdr_init_encode(&xdr_out, &rqstp->rq_res, p, NULL); in nfs4_callback_compound()
959 if (encode_compound_hdr_res(&xdr_out, &hdr_res) != 0) { in nfs4_callback_compound()
966 rqstp->rq_argp, &xdr_out, rqstp->rq_resp, in nfs4_callback_compound()