HomeSort by: relevance | last modified time | path
    Searched defs:hp_name (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 3191 struct nfsrv_lughash *hp_name, *hp_idnum, *thp; local in function:nfssvc_idname
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)
    [all...]

Completed in 15 milliseconds