Searched refs:ntg (Results 1 – 1 of 1) sorted by relevance
752 nfs4_trigger_globals_t *ntg; in nfs4_trigger_mount() local768 ntg = zone_getspecific(nfs4_ephemeral_key, zone); in nfs4_trigger_mount()769 ASSERT(ntg != NULL); in nfs4_trigger_mount()788 mutex_enter(&ntg->ntg_forest_lock); in nfs4_trigger_mount()789 if (ntg->ntg_forest != NULL) in nfs4_trigger_mount()790 net->net_next = ntg->ntg_forest; in nfs4_trigger_mount()791 ntg->ntg_forest = net; in nfs4_trigger_mount()792 mutex_exit(&ntg->ntg_forest_lock); in nfs4_trigger_mount()2146 nfs4_trigger_globals_t *ntg; in nfs4_record_ephemeral_mount() local2156 ntg = zone_getspecific(nfs4_ephemeral_key, zone); in nfs4_record_ephemeral_mount()[all …]