Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c2244 prior->ne_child = eph; in nfs4_record_ephemeral_mount()
2246 child = prior->ne_child; in nfs4_record_ephemeral_mount()
2248 prior->ne_child = eph; in nfs4_record_ephemeral_mount()
2304 if (prior->ne_child == e) { in nfs4_ephemeral_umount_cleanup()
2305 prior->ne_child = peer; in nfs4_ephemeral_umount_cleanup()
2343 if (e->ne_child) { in nfs4_ephemeral_unmount_engine()
2345 e = e->ne_child; in nfs4_ephemeral_unmount_engine()
2438 prior->ne_child = NULL; in nfs4_ephemeral_unmount_engine()
2804 if (prior->ne_child == e) in nfs4_ephemeral_record_umount()
2913 if (e->ne_child) { in nfs4_ephemeral_harvest_forest()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1384 struct nfs4_ephemeral *ne_child; /* first child node */ member