Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c795 net->net_next = ntg->ntg_forest; in nfs4_trigger_mount()
2868 next = net->net_next; in nfs4_ephemeral_harvest_forest()
3043 prev->net_next = net->net_next; in nfs4_ephemeral_harvest_forest()
3045 ntg->ntg_forest = net->net_next; in nfs4_ephemeral_harvest_forest()
3047 net->net_next = harvest; in nfs4_ephemeral_harvest_forest()
3065 next = net->net_next; in nfs4_ephemeral_harvest_forest()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1461 struct nfs4_ephemeral_tree *net_next; member