Lines Matching refs:cps
772 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
774 if (cps->slotid != NFS4_NO_SLOT) in nfs4_cb_free_slot()
775 nfs4_callback_free_slot(cps->clp->cl_session); in nfs4_cb_free_slot()
786 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument
829 struct cb_process_state *cps) in process_op() argument
843 __func__, cps->minorversion, nop, op_nr); in process_op()
845 switch (cps->minorversion) { in process_op()
864 if (cps->drc_status) { in process_op()
865 status = cps->drc_status; in process_op()
873 status = op->process_op(argp, resp, cps); in process_op()
896 struct cb_process_state cps = { in nfs4_callback_compound() local
916 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
917 if (!cps.clp || !check_gss_callback_principal(cps.clp, rqstp)) in nfs4_callback_compound()
921 cps.minorversion = hdr_arg.minorversion; in nfs4_callback_compound()
929 argp, &xdr_out, resp, &cps); in nfs4_callback_compound()
942 nfs4_cb_free_slot(&cps); in nfs4_callback_compound()
943 nfs_put_client(cps.clp); in nfs4_callback_compound()