Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
H A Dcallback_xdr.c864 struct xdr_stream *xdr_out, void *resp, in process_op()
901 maxlen = xdr_out->end - xdr_out->p; in process_op()
910 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
914 status = op->encode_res(rqstp, xdr_out, resp); in process_op()
925 struct xdr_stream xdr_in, xdr_out; in nfs4_callback_compound() local
938 xdr_init_encode(&xdr_out, &rqstp->rq_res, p, NULL); in nfs4_callback_compound()
960 if (encode_compound_hdr_res(&xdr_out, &hdr_res) != 0) { in nfs4_callback_compound()
967 rqstp->rq_argp, &xdr_out, rqstp->rq_resp, in nfs4_callback_compound()
862 process_op(int nop, struct svc_rqst *rqstp, struct xdr_stream *xdr_in, void *argp, struct xdr_stream *xdr_out, void *resp, struct cb_process_state *cps) process_op() argument
/kernel/linux/linux-6.6/fs/nfs/
H A Dcallback_xdr.c864 struct xdr_stream *xdr_out = &rqstp->rq_res_stream; in process_op() local
899 maxlen = xdr_out->end - xdr_out->p; in process_op()
910 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
914 status = op->encode_res(rqstp, xdr_out, rqstp->rq_resp); in process_op()

Completed in 3 milliseconds