Lines Matching refs:argp

123 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp)
125 nlm_sm_notify(argp);
131 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
137 args4.cookie = argp->cookie;
138 args4.exclusive = argp->exclusive;
139 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
161 args4.cookie = argp->cookie;
162 args4.block = argp->block;
163 args4.exclusive = argp->exclusive;
164 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
165 args4.reclaim = argp->reclaim;
166 args4.state = argp->state;
176 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
182 args4.cookie = argp->cookie;
183 args4.block = argp->block;
184 args4.exclusive = argp->exclusive;
185 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
195 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
201 args4.cookie = argp->cookie;
202 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
212 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
218 args4.cookie = argp->cookie;
219 args4.exclusive = argp->exclusive;
220 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
230 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
238 args4.cookie = argp->cookie;
239 args4.exclusive = argp->exclusive;
240 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
262 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp)
270 args4.cookie = argp->cookie;
271 args4.block = argp->block;
272 args4.exclusive = argp->exclusive;
273 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
274 args4.reclaim = argp->reclaim;
275 args4.state = argp->state;
292 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp)
300 args4.cookie = argp->cookie;
301 args4.block = argp->block;
302 args4.exclusive = argp->exclusive;
303 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
320 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
328 args4.cookie = argp->cookie;
329 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
346 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
354 args4.cookie = argp->cookie;
355 args4.exclusive = argp->exclusive;
356 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
373 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp)
377 args4.cookie = argp->cookie;
378 if (argp->stat.stat == nlm_denied)
381 &argp->stat.nlm_testrply_u.holder);
387 nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
391 nlm_convert_to_nlm4_res(&arg4, argp);
396 nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
400 nlm_convert_to_nlm4_res(&arg4, argp);
405 nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
409 nlm_convert_to_nlm4_res(&arg4, argp);
414 nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
418 nlm_convert_to_nlm4_res(&arg4, argp);
431 nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
437 args4.cookie = argp->cookie;
438 nlm_convert_to_nlm4_share(&args4.share, &argp->share);
439 args4.reclaim = argp->reclaim;
452 nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
458 args4.cookie = argp->cookie;
459 nlm_convert_to_nlm4_share(&args4.share, &argp->share);
460 args4.reclaim = argp->reclaim;
473 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
479 args4.cookie = argp->cookie;
480 args4.block = argp->block;
481 args4.exclusive = argp->exclusive;
482 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
483 args4.reclaim = argp->reclaim;
484 args4.state = argp->state;
494 nlm_free_all_3_svc(nlm_notify *argp, void *result, struct svc_req *rqstp)
498 args4.name = argp->name;
499 args4.state = argp->state;
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)
708 nlm_do_free_all(argp);