Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c710 if (mi->mi_ephemeral) in nfs4_trigger_mounted_already()
711 mi->mi_ephemeral->ne_ref_time = in nfs4_trigger_mounted_already()
2207 mi->mi_ephemeral = eph; in nfs4_record_ephemeral_mount()
2224 prior = mi_parent->mi_ephemeral; in nfs4_record_ephemeral_mount()
2231 mi->mi_ephemeral = NULL; in nfs4_record_ephemeral_mount()
2480 if (mi->mi_ephemeral) { in nfs4_ephemeral_umount_activate()
2487 nfs4_ephemeral_umount_cleanup(mi->mi_ephemeral); in nfs4_ephemeral_umount_activate()
2490 ASSERT(mi->mi_ephemeral != NULL); in nfs4_ephemeral_umount_activate()
2492 kmem_free(mi->mi_ephemeral, sizeof (*mi->mi_ephemeral)); in nfs4_ephemeral_umount_activate()
2493 mi->mi_ephemeral = NULL; in nfs4_ephemeral_umount_activate()
[all …]
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1093 struct nfs4_ephemeral *mi_ephemeral; member