Home | History | Annotate | Download | only in common

Lines Matching defs:hp_name

3191 	struct nfsrv_lughash *hp_name, *hp_idnum, *thp;
3340 * locked. hp_name != NULL and hp_idnum != NULL indicates that
3344 hp_name = hp_idnum = NULL;
3362 hp_name = NFSUSERNAMEHASH(newusrp->lug_name,
3364 mtx_lock(&hp_name->mtx);
3365 TAILQ_FOREACH_SAFE(usrp, &hp_name->lughead, lug_namehash,
3391 hp_name = NFSGROUPNAMEHASH(newusrp->lug_name,
3393 mtx_lock(&hp_name->mtx);
3394 TAILQ_FOREACH_SAFE(usrp, &hp_name->lughead, lug_namehash,
3449 if (hp_name != NULL) {
3450 mtx_unlock(&hp_name->mtx);
3451 hp_name = NULL;
3527 if (hp_name != NULL)
3528 mtx_unlock(&hp_name->mtx);