Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dcallback_xdr.c876 struct xdr_stream *xdr_out, void *resp, in process_op() argument
913 maxlen = xdr_out->end - xdr_out->p; in process_op()
922 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
926 status = op->encode_res(rqstp, xdr_out, resp); in process_op()
937 struct xdr_stream xdr_in, xdr_out; in nfs4_callback_compound() local
949 xdr_init_encode(&xdr_out, &rqstp->rq_res, p); in nfs4_callback_compound()
967 if (encode_compound_hdr_res(&xdr_out, &hdr_res) != 0) { in nfs4_callback_compound()
974 rqstp->rq_argp, &xdr_out, rqstp->rq_resp, in nfs4_callback_compound()