Lines Matching refs:mtx

161 	struct mtx		mtx;
2583 mtx_lock(&hp->mtx);
2604 mtx_unlock(&hp->mtx);
2622 mtx_unlock(&hp->mtx);
2626 mtx_unlock(&hp->mtx);
2673 mtx_lock(&hp->mtx);
2686 mtx_unlock(&hp->mtx);
2690 mtx_unlock(&hp->mtx);
2772 mtx_lock(&hp->mtx);
2779 mtx_lock(&hp2->mtx);
2784 mtx_unlock(&hp2->mtx);
2785 mtx_unlock(&hp->mtx);
2790 mtx_unlock(&hp->mtx);
2845 mtx_lock(&hp->mtx);
2866 mtx_unlock(&hp->mtx);
2884 mtx_unlock(&hp->mtx);
2888 mtx_unlock(&hp->mtx);
2986 mtx_lock(&hp->mtx);
2993 mtx_lock(&hp2->mtx);
2998 mtx_unlock(&hp2->mtx);
2999 mtx_unlock(&hp->mtx);
3004 mtx_unlock(&hp->mtx);
3197 mtx_lock(&nfsusernamehash[i].mtx);
3199 mtx_lock(&nfsuserhash[i].mtx);
3205 mtx_unlock(&nfsuserhash[i].mtx);
3207 mtx_unlock(&nfsusernamehash[i].mtx);
3209 mtx_lock(&nfsgroupnamehash[i].mtx);
3211 mtx_lock(&nfsgrouphash[i].mtx);
3218 mtx_unlock(&nfsgrouphash[i].mtx);
3220 mtx_unlock(&nfsgroupnamehash[i].mtx);
3230 mtx_init(&nfsuserhash[i].mtx, "nfsuidhash",
3236 mtx_init(&nfsusernamehash[i].mtx,
3243 mtx_init(&nfsgrouphash[i].mtx, "nfsgidhash",
3249 mtx_init(&nfsgroupnamehash[i].mtx,
3329 mtx_lock(&nfsusernamehash[i].mtx);
3332 mtx_lock(&hp_idnum->mtx);
3341 mtx_lock(&hp_name->mtx);
3348 mtx_lock(&thp->mtx);
3350 mtx_unlock(&thp->mtx);
3354 mtx_lock(&hp_idnum->mtx);
3358 mtx_lock(&nfsgroupnamehash[i].mtx);
3361 mtx_lock(&hp_idnum->mtx);
3370 mtx_lock(&hp_name->mtx);
3377 mtx_lock(&thp->mtx);
3379 mtx_unlock(&thp->mtx);
3383 mtx_lock(&hp_idnum->mtx);
3396 mtx_assert(&thp->mtx, MA_OWNED);
3399 mtx_assert(&thp->mtx, MA_OWNED);
3405 mtx_assert(&thp->mtx, MA_OWNED);
3408 mtx_assert(&thp->mtx, MA_OWNED);
3427 mtx_unlock(&hp_name->mtx);
3431 mtx_unlock(&hp_idnum->mtx);
3439 mtx_lock(&nfsusernamehash[i].mtx);
3445 mtx_lock(&nfsuserhash[i].mtx);
3469 mtx_lock(&nfsgroupnamehash[i].mtx);
3475 mtx_lock(&nfsgrouphash[i].mtx);
3503 mtx_unlock(&hp_idnum->mtx);
3505 mtx_unlock(&hp_name->mtx);
3508 mtx_unlock(&nfsuserhash[i].mtx);
3511 mtx_unlock(&nfsusernamehash[i].mtx);
3514 mtx_unlock(&nfsgrouphash[i].mtx);
3517 mtx_unlock(&nfsgroupnamehash[i].mtx);
3533 mtx_assert(&hp->mtx, MA_OWNED);
3536 mtx_assert(&hp->mtx, MA_OWNED);
3540 mtx_assert(&hp->mtx, MA_OWNED);
3543 mtx_assert(&hp->mtx, MA_OWNED);
3589 mtx_destroy(&nfsuserhash[i].mtx);
3590 mtx_destroy(&nfsusernamehash[i].mtx);
3591 mtx_destroy(&nfsgroupnamehash[i].mtx);
3592 mtx_destroy(&nfsgrouphash[i].mtx);