Lines Matching defs:rpc

237 	CLIENT *rpc;
244 if (nlm_do_test(&args4, &res4, rqstp, &rpc))
254 if (rpc) {
255 nlm_test_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
256 CLNT_RELEASE(rpc);
269 CLIENT *rpc;
279 if (nlm_do_lock(&args4, &res4, rqstp, TRUE, &rpc))
284 if (rpc) {
285 nlm_lock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
286 CLNT_RELEASE(rpc);
299 CLIENT *rpc;
307 if (nlm_do_cancel(&args4, &res4, rqstp, &rpc))
312 if (rpc) {
313 nlm_cancel_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
314 CLNT_RELEASE(rpc);
327 CLIENT *rpc;
333 if (nlm_do_unlock(&args4, &res4, rqstp, &rpc))
338 if (rpc) {
339 nlm_unlock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
340 CLNT_RELEASE(rpc);
353 CLIENT *rpc;
360 if (nlm_do_granted(&args4, &res4, rqstp, &rpc))
365 if (rpc) {
366 nlm_granted_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
367 CLNT_RELEASE(rpc);
558 CLIENT *rpc;
561 if (nlm_do_test(argp, &res4, rqstp, &rpc))
563 if (rpc) {
564 nlm4_test_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
565 CLNT_RELEASE(rpc);
576 CLIENT *rpc;
579 if (nlm_do_lock(argp, &res4, rqstp, TRUE, &rpc))
581 if (rpc) {
582 nlm4_lock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
583 CLNT_RELEASE(rpc);
594 CLIENT *rpc;
597 if (nlm_do_cancel(argp, &res4, rqstp, &rpc))
599 if (rpc) {
600 nlm4_cancel_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
601 CLNT_RELEASE(rpc);
612 CLIENT *rpc;
615 if (nlm_do_unlock(argp, &res4, rqstp, &rpc))
617 if (rpc) {
618 nlm4_unlock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
619 CLNT_RELEASE(rpc);
630 CLIENT *rpc;
633 if (nlm_do_granted(argp, &res4, rqstp, &rpc))
635 if (rpc) {
636 nlm4_granted_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv);
637 CLNT_RELEASE(rpc);