Lines Matching refs:oh
325 struct nlm_owner_handle *oh; in nlm_do_test() local
416 oh = kmem_zalloc(sizeof (*oh), KM_SLEEP); in nlm_do_test()
417 oh->oh_sysid = (sysid_t)fl.l_sysid; in nlm_do_test()
421 lh->oh.n_len = sizeof (*oh); in nlm_do_test()
422 lh->oh.n_bytes = (void *)oh; in nlm_do_test()
968 struct nlm_owner_handle *oh; in nlm_do_granted() local
977 oh = (void *) argp->alock.oh.n_bytes; in nlm_do_granted()
978 if (oh == NULL) in nlm_do_granted()
981 host = nlm_host_find_by_sysid(g, oh->oh_sysid); in nlm_do_granted()
1115 shr->s_own_len = nshare->oh.n_len; in nlm_init_shrlock()
1116 shr->s_owner = nshare->oh.n_bytes; in nlm_init_shrlock()