Home
last modified time | relevance | path

Searched refs:ntg (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c757 nfs4_trigger_globals_t *ntg; in nfs4_trigger_mount() local
773 ntg = zone_getspecific(nfs4_ephemeral_key, zone); in nfs4_trigger_mount()
774 ASSERT(ntg != NULL); in nfs4_trigger_mount()
793 mutex_enter(&ntg->ntg_forest_lock); in nfs4_trigger_mount()
794 if (ntg->ntg_forest != NULL) in nfs4_trigger_mount()
795 net->net_next = ntg->ntg_forest; in nfs4_trigger_mount()
796 ntg->ntg_forest = net; in nfs4_trigger_mount()
797 mutex_exit(&ntg->ntg_forest_lock); in nfs4_trigger_mount()
2151 nfs4_trigger_globals_t *ntg; in nfs4_record_ephemeral_mount() local
2161 ntg = zone_getspecific(nfs4_ephemeral_key, zone); in nfs4_record_ephemeral_mount()
[all …]