Lines Matching defs:rqstp
358 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
366 log_from_addr("nlm_test", rqstp);
392 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
406 log_from_addr("nlm_test_msg", rqstp);
427 addr = svc_getrpccaller(rqstp->rq_xprt)->buf;
448 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp)
460 log_from_addr("nlm_lock", rqstp);
465 result.stat.stat = getlock(&arg4, rqstp, LOCK_MON);
470 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp)
483 log_from_addr("nlm_lock_msg", rqstp);
486 result.stat.stat = getlock(&arg4, rqstp, LOCK_ASYNC | LOCK_MON);
488 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
500 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp)
508 log_from_addr("nlm_cancel", rqstp);
522 nlm_cancel_msg_1_svc(nlm_cancargs *arg, struct svc_req *rqstp)
530 log_from_addr("nlm_cancel_msg", rqstp);
539 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
552 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
560 log_from_addr("nlm_unlock", rqstp);
569 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
577 log_from_addr("nlm_unlock_msg", rqstp);
583 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
606 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
611 log_from_addr("nlm_granted", rqstp);
621 nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
626 log_from_addr("nlm_granted_msg", rqstp);
631 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
642 nlm_test_res_1_svc(nlm_testres *arg, struct svc_req *rqstp)
645 log_from_addr("nlm_test_res", rqstp);
656 nlm_lock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
659 log_from_addr("nlm_lock_res", rqstp);
671 nlm_cancel_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
674 log_from_addr("nlm_cancel_res", rqstp);
685 nlm_unlock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
688 log_from_addr("nlm_unlock_res", rqstp);
699 nlm_granted_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
702 log_from_addr("nlm_granted_res", rqstp);
722 nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
727 log_from_addr("nlm_share", rqstp);
742 nlm_unshare_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
747 log_from_addr("nlm_unshare", rqstp);
766 nlm_nm_lock_3_svc(nlm_lockargs *arg, struct svc_req *rqstp)
771 log_from_addr("nlm_nm_lock", rqstp);
791 nlm_free_all_3_svc(nlm_notify *arg, struct svc_req *rqstp)
796 log_from_addr("nlm_free_all", rqstp);
808 nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
814 log_from_addr("nlm4_test", rqstp);
837 nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
848 log_from_addr("nlm4_test_msg", rqstp);
865 addr = svc_getrpccaller(rqstp->rq_xprt)->buf;
886 nlm4_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
891 log_from_addr("nlm4_lock", rqstp);
896 result.stat.stat = (enum nlm4_stats)getlock(arg, rqstp,
902 nlm4_lock_msg_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
907 log_from_addr("nlm4_lock_msg", rqstp);
910 result.stat.stat = (enum nlm4_stats)getlock(arg, rqstp,
913 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
925 nlm4_cancel_4_svc(nlm4_cancargs *arg, struct svc_req *rqstp)
930 log_from_addr("nlm4_cancel", rqstp);
944 nlm4_cancel_msg_4_svc(nlm4_cancargs *arg, struct svc_req *rqstp)
949 log_from_addr("nlm4_cancel_msg", rqstp);
959 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
972 nlm4_unlock_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)
977 log_from_addr("nlm4_unlock", rqstp);
986 nlm4_unlock_msg_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)
991 log_from_addr("nlm4_unlock_msg", rqstp);
997 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
1020 nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
1025 log_from_addr("nlm4_granted", rqstp);
1035 nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
1040 log_from_addr("nlm4_granted_msg", rqstp);
1045 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf);
1056 nlm4_test_res_4_svc(nlm4_testres *arg, struct svc_req *rqstp)
1059 log_from_addr("nlm4_test_res", rqstp);
1070 nlm4_lock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
1073 log_from_addr("nlm4_lock_res", rqstp);
1085 nlm4_cancel_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
1088 log_from_addr("nlm4_cancel_res", rqstp);
1099 nlm4_unlock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
1102 log_from_addr("nlm4_unlock_res", rqstp);
1113 nlm4_granted_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
1116 log_from_addr("nlm4_granted_res", rqstp);
1136 nlm4_share_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp)
1141 log_from_addr("nlm4_share", rqstp);
1156 nlm4_unshare_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp)
1161 log_from_addr("nlm_unshare", rqstp);
1180 nlm4_nm_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
1185 log_from_addr("nlm4_nm_lock", rqstp);
1205 nlm4_free_all_4_svc(nlm_notify *arg, struct svc_req *rqstp)
1210 log_from_addr("nlm4_free_all", rqstp);
1221 nlm_sm_notify_0_svc(struct nlm_sm_status *arg, struct svc_req *rqstp)