Lines Matching refs:af_granted
209 nlm4_testargs af_granted; /* (c) notification details */ member
573 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie), in nlm_lock_callback()
574 ng_cookie(&af->af_granted.cookie)); in nlm_lock_callback()
587 nlm4_granted_msg_4(&af->af_granted, in nlm_lock_callback()
594 granted.cookie = af->af_granted.cookie; in nlm_lock_callback()
595 granted.exclusive = af->af_granted.exclusive; in nlm_lock_callback()
597 af->af_granted.alock.caller_name; in nlm_lock_callback()
598 granted.alock.fh = af->af_granted.alock.fh; in nlm_lock_callback()
599 granted.alock.oh = af->af_granted.alock.oh; in nlm_lock_callback()
600 granted.alock.svid = af->af_granted.alock.svid; in nlm_lock_callback()
602 af->af_granted.alock.l_offset; in nlm_lock_callback()
604 af->af_granted.alock.l_len; in nlm_lock_callback()
632 xdr_free((xdrproc_t) xdr_nlm4_testargs, &af->af_granted); in nlm_free_async_lock()
696 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie), in nlm_check_expired_locks()
697 ng_cookie(&af->af_granted.cookie)); in nlm_check_expired_locks()
2063 nlm_make_netobj(&af->af_granted.cookie, in nlm_do_lock()
2065 af->af_granted.exclusive = argp->exclusive; in nlm_do_lock()
2066 af->af_granted.alock.caller_name = in nlm_do_lock()
2068 nlm_copy_netobj(&af->af_granted.alock.fh, in nlm_do_lock()
2070 nlm_copy_netobj(&af->af_granted.alock.oh, in nlm_do_lock()
2072 af->af_granted.alock.svid = argp->alock.svid; in nlm_do_lock()
2073 af->af_granted.alock.l_offset = argp->alock.l_offset; in nlm_do_lock()
2074 af->af_granted.alock.l_len = argp->alock.l_len; in nlm_do_lock()
2101 &af->af_granted); in nlm_do_lock()
2359 ng_cookie(&af->af_granted.cookie)) in nlm_do_granted_res()