HomeSort by: relevance | last modified time | path
    Searched defs:hp_idnum (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;
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)
    [all...]

Completed in 13 milliseconds