Lines Matching refs:cps
769 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
771 if (cps->slotid != NFS4_NO_SLOT) in nfs4_cb_free_slot()
772 nfs4_callback_free_slot(cps->clp->cl_session); in nfs4_cb_free_slot()
783 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
826 struct cb_process_state *cps) in process_op() argument
840 __func__, cps->minorversion, nop, op_nr); in process_op()
842 switch (cps->minorversion) { in process_op()
861 if (cps->drc_status) { in process_op()
862 status = cps->drc_status; in process_op()
870 status = op->process_op(argp, resp, cps); in process_op()
893 struct cb_process_state cps = { in nfs4_callback_compound() local
913 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
914 if (!cps.clp || !check_gss_callback_principal(cps.clp, rqstp)) in nfs4_callback_compound()
918 cps.minorversion = hdr_arg.minorversion; in nfs4_callback_compound()
926 argp, &xdr_out, resp, &cps); in nfs4_callback_compound()
939 nfs4_cb_free_slot(&cps); in nfs4_callback_compound()
940 nfs_put_client(cps.clp); in nfs4_callback_compound()