• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/NFS-82/rpc.lockd/

Lines Matching defs:arg4

528 nlmtonlm4(arg, arg4)
530 struct nlm4_lock *arg4;
532 arg4->caller_name = arg->caller_name;
533 arg4->fh = arg->fh;
534 arg4->oh = arg->oh;
535 arg4->svid = arg->svid;
536 arg4->l_offset = arg->l_offset;
537 arg4->l_len = arg->l_len;
578 struct nlm4_lock arg4;
580 nlmtonlm4(&arg->alock, &arg4);
585 holder = testlock(&arg4, arg->exclusive, 0);
616 struct nlm4_lock arg4;
619 nlmtonlm4(&arg->alock, &arg4);
624 holder = testlock(&arg4, arg->exclusive, 0);
666 struct nlm4_lockargs arg4;
667 nlmtonlm4(&arg->alock, &arg4.alock);
668 arg4.cookie = arg->cookie;
669 arg4.block = arg->block;
670 arg4.exclusive = arg->exclusive;
671 arg4.reclaim = arg->reclaim;
672 arg4.state = arg->state;
680 res.stat.stat = (nlm_stats) getlock(&arg4, rqstp, LOCK_MON);
690 struct nlm4_lockargs arg4;
692 nlmtonlm4(&arg->alock, &arg4.alock);
693 arg4.cookie = arg->cookie;
694 arg4.block = arg->block;
695 arg4.exclusive = arg->exclusive;
696 arg4.reclaim = arg->reclaim;
697 arg4.state = arg->state;
703 res.stat.stat = (nlm_stats) getlock(&arg4, rqstp, LOCK_ASYNC | LOCK_MON);
707 unlock(&arg4.alock, LOCK_V4);
710 carg.cookie = arg4.cookie;
711 carg.block = arg4.block;
712 carg.exclusive = arg4.exclusive;
713 carg.alock = arg4.alock;
733 struct nlm4_cancargs arg4;
735 arg4.cookie = arg->cookie;
736 arg4.block = arg->block;
737 arg4.exclusive = arg->exclusive;
738 nlmtonlm4(&arg->alock, &arg4.alock);
746 res.stat.stat = (nlm_stats) cancellock(&arg4, 0);
756 struct nlm4_cancargs arg4;
758 arg4.cookie = arg->cookie;
759 arg4.block = arg->block;
760 arg4.exclusive = arg->exclusive;
761 nlmtonlm4(&arg->alock, &arg4.alock);
767 res.stat.stat = (nlm_stats) cancellock(&arg4, 0);
788 struct nlm4_lock arg4;
790 nlmtonlm4(&arg->alock, &arg4);
795 res.stat.stat = (nlm_stats) unlock(&arg4, 0);
807 struct nlm4_lock arg4;
809 nlmtonlm4(&arg->alock, &arg4);
814 res.stat.stat = (nlm_stats) unlock(&arg4, 0);
1005 nlm4_res arg4;
1006 arg4.cookie = arg->cookie;
1007 arg4.stat.stat = (nlm4_stats) arg->stat.stat;
1008 granted_failed(&arg4);
1085 struct nlm4_lockargs arg4;
1086 nlmtonlm4(&arg->alock, &arg4.alock);
1087 arg4.cookie = arg->cookie;
1088 arg4.block = arg->block;
1089 arg4.exclusive = arg->exclusive;
1090 arg4.reclaim = arg->reclaim;
1091 arg4.state = arg->state;
1099 res.stat.stat = (nlm_stats) getlock(&arg4, rqstp, 0);