Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c2262 if (net->net_root == NULL) { in nfs4_record_ephemeral_mount()
2263 net->net_root = eph; in nfs4_record_ephemeral_mount()
2265 eph->ne_peer = peer = net->net_root; in nfs4_record_ephemeral_mount()
2267 net->net_root = eph; in nfs4_record_ephemeral_mount()
2308 peer->ne_mount->mi_ephemeral_tree->net_root = peer; in nfs4_ephemeral_umount_cleanup()
2311 e->ne_mount->mi_ephemeral_tree->net_root = NULL; in nfs4_ephemeral_umount_cleanup()
2710 eph = net->net_root; in nfs4_ephemeral_umount()
2731 net->net_root = NULL; in nfs4_ephemeral_umount()
2883 if (net->net_root) { in nfs4_ephemeral_harvest_forest()
2884 mi = net->net_root->ne_mount; in nfs4_ephemeral_harvest_forest()
[all …]
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1460 nfs4_ephemeral_t *net_root; member