Lines Matching refs:rqstp

123 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp)
131 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
141 retval = nlm4_test_4_svc(&args4, &res4, rqstp);
155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
168 retval = nlm4_lock_4_svc(&args4, &res4, rqstp);
176 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
187 retval = nlm4_cancel_4_svc(&args4, &res4, rqstp);
195 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
204 retval = nlm4_unlock_4_svc(&args4, &res4, rqstp);
212 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
222 retval = nlm4_granted_4_svc(&args4, &res4, rqstp);
230 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
242 if (nlm_do_test(&args4, &res4, rqstp, &rpc))
262 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp)
277 if (nlm_do_lock(&args4, &res4, rqstp, TRUE, &rpc))
292 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp)
305 if (nlm_do_cancel(&args4, &res4, rqstp, &rpc))
320 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
331 if (nlm_do_unlock(&args4, &res4, rqstp, &rpc))
346 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
358 if (nlm_do_granted(&args4, &res4, rqstp, &rpc))
373 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp)
383 return (nlm4_test_res_4_svc(&args4, result, rqstp));
387 nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
392 return (nlm4_lock_res_4_svc(&arg4, result, rqstp));
396 nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
401 return (nlm4_cancel_res_4_svc(&arg4, result, rqstp));
405 nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
410 return (nlm4_unlock_res_4_svc(&arg4, result, rqstp));
414 nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
419 return (nlm4_granted_res_4_svc(&arg4, result, rqstp));
431 nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
441 retval = nlm4_share_4_svc(&args4, &res4, rqstp);
452 nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
462 retval = nlm4_unshare_4_svc(&args4, &res4, rqstp);
473 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
486 retval = nlm4_nm_lock_4_svc(&args4, &res4, rqstp);
494 nlm_free_all_3_svc(nlm_notify *argp, void *result, struct svc_req *rqstp)
501 return (nlm4_free_all_4_svc(&args4, result, rqstp));
513 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
516 nlm_do_test(argp, result, rqstp, NULL);
521 nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
524 nlm_do_lock(argp, result, rqstp, TRUE, NULL);
529 nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp)
532 nlm_do_cancel(argp, result, rqstp, NULL);
537 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp)
540 nlm_do_unlock(argp, result, rqstp, NULL);
545 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
548 nlm_do_granted(argp, result, rqstp, NULL);
553 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
559 if (nlm_do_test(argp, &res4, rqstp, &rpc))
571 nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *result, struct svc_req *rqstp)
577 if (nlm_do_lock(argp, &res4, rqstp, TRUE, &rpc))
589 nlm4_cancel_msg_4_svc(nlm4_cancargs *argp, void *result, struct svc_req *rqstp)
595 if (nlm_do_cancel(argp, &res4, rqstp, &rpc))
607 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp)
613 if (nlm_do_unlock(argp, &res4, rqstp, &rpc))
625 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
631 if (nlm_do_granted(argp, &res4, rqstp, &rpc))
643 nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp)
650 nlm4_lock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
657 nlm4_cancel_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
664 nlm4_unlock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
671 nlm4_granted_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
674 nlm_do_granted_res(argp, rqstp);
679 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
688 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
697 nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
700 nlm_do_lock(argp, result, rqstp, FALSE, NULL);
705 nlm4_free_all_4_svc(nlm4_notify *argp, void *result, struct svc_req *rqstp)