Searched refs:xdr_in (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | callback_xdr.c | 863 struct xdr_stream *xdr_in, void *argp, in process_op() argument 873 status = decode_op_hdr(xdr_in, &op_nr); in process_op() 903 status = op->decode_args(rqstp, xdr_in, argp); in process_op() 925 struct xdr_stream xdr_in, xdr_out; in nfs4_callback_compound() local 934 xdr_init_decode(&xdr_in, &rqstp->rq_arg, in nfs4_callback_compound() 940 status = decode_compound_hdr_arg(&xdr_in, &hdr_arg); in nfs4_callback_compound() 966 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound()
|