Lines Matching refs:rqstp

65 #define	getrpcaddr(rqstp)	(struct sockaddr *)(svc_getrpccaller((rqstp)->rq_xprt)->buf)
435 nlm_test_1_svc(arg, rqstp)
437 struct svc_req *rqstp;
445 log_from_addr("nlm_test", rqstp);
469 nlm_test_msg_1_svc(arg, rqstp)
471 struct svc_req *rqstp;
485 log_from_addr("nlm_test_msg", rqstp);
504 addr = svc_getrpccaller(rqstp->rq_xprt)->buf;
526 nlm_lock_1_svc(arg, rqstp)
528 struct svc_req *rqstp;
540 log_from_addr("nlm_lock", rqstp);
545 res.stat.stat = getlock(&arg4, rqstp, LOCK_MON);
550 nlm_lock_msg_1_svc(arg, rqstp)
552 struct svc_req *rqstp;
565 log_from_addr("nlm_lock_msg", rqstp);
568 res.stat.stat = getlock(&arg4, rqstp, LOCK_ASYNC | LOCK_MON);
569 transmit_result(NLM_LOCK_RES, &res, getrpcaddr(rqstp));
581 nlm_cancel_1_svc(arg, rqstp)
583 struct svc_req *rqstp;
591 log_from_addr("nlm_cancel", rqstp);
605 nlm_cancel_msg_1_svc(arg, rqstp)
607 struct svc_req *rqstp;
615 log_from_addr("nlm_cancel_msg", rqstp);
623 transmit_result(NLM_CANCEL_RES, &res, getrpcaddr(rqstp));
636 nlm_unlock_1_svc(arg, rqstp)
638 struct svc_req *rqstp;
646 log_from_addr("nlm_unlock", rqstp);
655 nlm_unlock_msg_1_svc(arg, rqstp)
657 struct svc_req *rqstp;
665 log_from_addr("nlm_unlock_msg", rqstp);
670 transmit_result(NLM_UNLOCK_RES, &res, getrpcaddr(rqstp));
693 nlm_granted_1_svc(arg, rqstp)
695 struct svc_req *rqstp;
700 log_from_addr("nlm_granted", rqstp);
713 nlm_granted_msg_1_svc(arg, rqstp)
715 struct svc_req *rqstp;
720 log_from_addr("nlm_granted_msg", rqstp);
727 transmit_result(NLM_GRANTED_RES, &res, getrpcaddr(rqstp));
737 nlm_test_res_1_svc(arg, rqstp)
739 struct svc_req *rqstp;
742 log_from_addr("nlm_test_res", rqstp);
754 nlm_lock_res_1_svc(arg, rqstp)
756 struct svc_req *rqstp;
759 log_from_addr("nlm_lock_res", rqstp);
772 nlm_cancel_res_1_svc(arg, rqstp)
774 struct svc_req *rqstp;
777 log_from_addr("nlm_cancel_res", rqstp);
787 nlm_unlock_res_1_svc(arg, rqstp)
789 struct svc_req *rqstp;
792 log_from_addr("nlm_unlock_res", rqstp);
805 nlm_granted_res_1_svc(arg, rqstp)
807 struct svc_req *rqstp;
810 log_from_addr("nlm_granted_res", rqstp);
830 nlm_share_3_svc(arg, rqstp)
832 struct svc_req *rqstp;
837 log_from_addr("nlm_share", rqstp);
852 nlm_unshare_3_svc(arg, rqstp)
854 struct svc_req *rqstp;
859 log_from_addr("nlm_unshare", rqstp);
878 nlm_nm_lock_3_svc(arg, rqstp)
880 struct svc_req *rqstp;
885 log_from_addr("nlm_nm_lock", rqstp);
904 nlm_free_all_3_svc(arg, rqstp)
906 struct svc_req *rqstp;
911 log_from_addr("nlm_free_all", rqstp);
923 nlm4_test_4_svc(arg, rqstp)
925 struct svc_req *rqstp;
931 log_from_addr("nlm4_test", rqstp);
971 nlm4_test_msg_4_svc(arg, rqstp)
973 struct svc_req *rqstp;
984 log_from_addr("nlm4_test_msg", rqstp);
1001 addr = svc_getrpccaller(rqstp->rq_xprt)->buf;
1023 nlm4_lock_4_svc(arg, rqstp)
1025 struct svc_req *rqstp;
1030 log_from_addr("nlm4_lock", rqstp);
1054 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_V4);
1059 nlm4_lock_msg_4_svc(arg, rqstp)
1061 struct svc_req *rqstp;
1066 log_from_addr("nlm4_lock_msg", rqstp);
1069 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_ASYNC | LOCK_V4);
1070 transmit4_result(NLM4_LOCK_RES, &res, getrpcaddr(rqstp));
1082 nlm4_cancel_4_svc(arg, rqstp)
1084 struct svc_req *rqstp;
1089 log_from_addr("nlm4_cancel", rqstp);
1103 nlm4_cancel_msg_4_svc(arg, rqstp)
1105 struct svc_req *rqstp;
1110 log_from_addr("nlm4_cancel_msg", rqstp);
1118 transmit4_result(NLM4_CANCEL_RES, &res, getrpcaddr(rqstp));
1131 nlm4_unlock_4_svc(arg, rqstp)
1133 struct svc_req *rqstp;
1138 log_from_addr("nlm4_unlock", rqstp);
1147 nlm4_unlock_msg_4_svc(arg, rqstp)
1149 struct svc_req *rqstp;
1154 log_from_addr("nlm4_unlock_msg", rqstp);
1159 transmit4_result(NLM4_UNLOCK_RES, &res, getrpcaddr(rqstp));
1182 nlm4_granted_4_svc(arg, rqstp)
1184 struct svc_req *rqstp;
1189 log_from_addr("nlm4_granted", rqstp);
1202 nlm4_granted_msg_4_svc(arg, rqstp)
1204 struct svc_req *rqstp;
1209 log_from_addr("nlm4_granted_msg", rqstp);
1215 transmit4_result(NLM4_GRANTED_RES, &res, getrpcaddr(rqstp));
1225 nlm4_test_res_4_svc(arg, rqstp)
1227 struct svc_req *rqstp;
1230 log_from_addr("nlm4_test_res", rqstp);
1244 nlm4_lock_res_4_svc(arg, rqstp)
1246 struct svc_req *rqstp;
1249 log_from_addr("nlm4_lock_res", rqstp);
1262 nlm4_cancel_res_4_svc(arg, rqstp)
1264 struct svc_req *rqstp;
1267 log_from_addr("nlm4_cancel_res", rqstp);
1277 nlm4_unlock_res_4_svc(arg, rqstp)
1279 struct svc_req *rqstp;
1282 log_from_addr("nlm4_unlock_res", rqstp);
1292 nlm4_granted_res_4_svc(arg, rqstp)
1294 struct svc_req *rqstp;
1297 log_from_addr("nlm4_granted_res", rqstp);
1317 nlm4_share_4_svc(arg, rqstp)
1319 struct svc_req *rqstp;
1324 log_from_addr("nlm4_share", rqstp);
1339 nlm4_unshare_4_svc(arg, rqstp)
1341 struct svc_req *rqstp;
1346 log_from_addr("nlm_unshare", rqstp);
1365 nlm4_nm_lock_4_svc(arg, rqstp)
1367 struct svc_req *rqstp;
1372 log_from_addr("nlm4_nm_lock", rqstp);
1391 nlm4_free_all_4_svc(arg, rqstp)
1393 struct svc_req *rqstp;
1398 log_from_addr("nlm4_free_all", rqstp);
1408 nlm_sm_notify_0_svc(arg, rqstp)
1410 struct svc_req *rqstp __unused;