Lines Matching refs:af_granted

217 	nlm4_testargs	af_granted;	/* (c) notification details */  member
587 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie), in nlm_lock_callback()
588 ng_cookie(&af->af_granted.cookie)); in nlm_lock_callback()
601 nlm4_granted_msg_4(&af->af_granted, in nlm_lock_callback()
608 granted.cookie = af->af_granted.cookie; in nlm_lock_callback()
609 granted.exclusive = af->af_granted.exclusive; in nlm_lock_callback()
611 af->af_granted.alock.caller_name; in nlm_lock_callback()
612 granted.alock.fh = af->af_granted.alock.fh; in nlm_lock_callback()
613 granted.alock.oh = af->af_granted.alock.oh; in nlm_lock_callback()
614 granted.alock.svid = af->af_granted.alock.svid; in nlm_lock_callback()
616 af->af_granted.alock.l_offset; in nlm_lock_callback()
618 af->af_granted.alock.l_len; in nlm_lock_callback()
646 xdr_free((xdrproc_t) xdr_nlm4_testargs, &af->af_granted); in nlm_free_async_lock()
710 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie), in nlm_check_expired_locks()
711 ng_cookie(&af->af_granted.cookie)); in nlm_check_expired_locks()
2101 nlm_make_netobj(&af->af_granted.cookie, in nlm_do_lock()
2103 af->af_granted.exclusive = argp->exclusive; in nlm_do_lock()
2104 af->af_granted.alock.caller_name = in nlm_do_lock()
2106 nlm_copy_netobj(&af->af_granted.alock.fh, in nlm_do_lock()
2108 nlm_copy_netobj(&af->af_granted.alock.oh, in nlm_do_lock()
2110 af->af_granted.alock.svid = argp->alock.svid; in nlm_do_lock()
2111 af->af_granted.alock.l_offset = argp->alock.l_offset; in nlm_do_lock()
2112 af->af_granted.alock.l_len = argp->alock.l_len; in nlm_do_lock()
2139 &af->af_granted); in nlm_do_lock()
2397 ng_cookie(&af->af_granted.cookie)) in nlm_do_granted_res()