Home | History | Annotate | Download | only in common

Lines Matching defs:hp_idnum

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;
3354 hp_idnum = NFSUSERHASH(nidp->nid_uid);
3355 mtx_lock(&hp_idnum->mtx);
3356 TAILQ_FOREACH_SAFE(usrp, &hp_idnum->lughead, lug_numhash,
3376 hp_idnum = NFSUSERHASH(nidp->nid_uid);
3377 mtx_lock(&hp_idnum->mtx);
3383 hp_idnum = NFSGROUPHASH(nidp->nid_gid);
3384 mtx_lock(&hp_idnum->mtx);
3385 TAILQ_FOREACH_SAFE(usrp, &hp_idnum->lughead, lug_numhash,
3405 hp_idnum = NFSGROUPHASH(nidp->nid_gid);
3406 mtx_lock(&hp_idnum->mtx);
3453 if (hp_idnum != NULL) {
3454 mtx_unlock(&hp_idnum->mtx);
3455 hp_idnum = NULL;
3525 if (hp_idnum != NULL)
3526 mtx_unlock(&hp_idnum->mtx);