Lines Matching refs:rpc

235 	CLIENT *rpc;
242 if (nlm_do_test(&args4, &res4, rqstp, &rpc))
252 if (rpc) {
253 nlm_test_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
254 CLNT_RELEASE(rpc);
267 CLIENT *rpc;
277 if (nlm_do_lock(&args4, &res4, rqstp, TRUE, &rpc))
282 if (rpc) {
283 nlm_lock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
284 CLNT_RELEASE(rpc);
297 CLIENT *rpc;
305 if (nlm_do_cancel(&args4, &res4, rqstp, &rpc))
310 if (rpc) {
311 nlm_cancel_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
312 CLNT_RELEASE(rpc);
325 CLIENT *rpc;
331 if (nlm_do_unlock(&args4, &res4, rqstp, &rpc))
336 if (rpc) {
337 nlm_unlock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
338 CLNT_RELEASE(rpc);
351 CLIENT *rpc;
358 if (nlm_do_granted(&args4, &res4, rqstp, &rpc))
363 if (rpc) {
364 nlm_granted_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
365 CLNT_RELEASE(rpc);
556 CLIENT *rpc;
559 if (nlm_do_test(argp, &res4, rqstp, &rpc))
561 if (rpc) {
562 nlm4_test_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
563 CLNT_RELEASE(rpc);
574 CLIENT *rpc;
577 if (nlm_do_lock(argp, &res4, rqstp, TRUE, &rpc))
579 if (rpc) {
580 nlm4_lock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
581 CLNT_RELEASE(rpc);
592 CLIENT *rpc;
595 if (nlm_do_cancel(argp, &res4, rqstp, &rpc))
597 if (rpc) {
598 nlm4_cancel_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
599 CLNT_RELEASE(rpc);
610 CLIENT *rpc;
613 if (nlm_do_unlock(argp, &res4, rqstp, &rpc))
615 if (rpc) {
616 nlm4_unlock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
617 CLNT_RELEASE(rpc);
628 CLIENT *rpc;
631 if (nlm_do_granted(argp, &res4, rqstp, &rpc))
633 if (rpc) {
634 nlm4_granted_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
635 CLNT_RELEASE(rpc);