Lines Matching defs:af_granted
225 nlm4_testargs af_granted; /* (c) notification details */
576 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie),
577 ng_cookie(&af->af_granted.cookie));
590 nlm4_granted_msg_4(&af->af_granted,
597 granted.cookie = af->af_granted.cookie;
598 granted.exclusive = af->af_granted.exclusive;
600 af->af_granted.alock.caller_name;
601 granted.alock.fh = af->af_granted.alock.fh;
602 granted.alock.oh = af->af_granted.alock.oh;
603 granted.alock.svid = af->af_granted.alock.svid;
605 af->af_granted.alock.l_offset;
607 af->af_granted.alock.l_len;
635 xdr_free((xdrproc_t) xdr_nlm4_testargs, &af->af_granted);
699 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie),
700 ng_cookie(&af->af_granted.cookie));
2071 nlm_make_netobj(&af->af_granted.cookie,
2073 af->af_granted.exclusive = argp->exclusive;
2074 af->af_granted.alock.caller_name =
2076 nlm_copy_netobj(&af->af_granted.alock.fh,
2078 nlm_copy_netobj(&af->af_granted.alock.oh,
2080 af->af_granted.alock.svid = argp->alock.svid;
2081 af->af_granted.alock.l_offset = argp->alock.l_offset;
2082 af->af_granted.alock.l_len = argp->alock.l_len;
2109 &af->af_granted);
2367 ng_cookie(&af->af_granted.cookie))