Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c790 net->net_next = ntg->ntg_forest; in nfs4_trigger_mount()
2863 next = net->net_next; in nfs4_ephemeral_harvest_forest()
3038 prev->net_next = net->net_next; in nfs4_ephemeral_harvest_forest()
3040 ntg->ntg_forest = net->net_next; in nfs4_ephemeral_harvest_forest()
3042 net->net_next = harvest; in nfs4_ephemeral_harvest_forest()
3060 next = net->net_next; in nfs4_ephemeral_harvest_forest()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1461 struct nfs4_ephemeral_tree *net_next; member