Home
last modified time | relevance | path

Searched refs:zone_globals (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c788 ncg = np->zone_globals; in nfs4callback_destroy()
847 struct nfs4_callback_globals *ncg = np->zone_globals; in nfs4_cb_args()
1359 ncg = np->zone_globals; in nfs4delegreturn_cleanup()
1771 ncg = np->zone_globals; in delegreturn_all_thread()
1831 ncg = sp->zone_globals; in nfs4_deleg_discard()
H A Dnfs4_vfsops.c3945 np->zone_globals = nfs4_get_callback_globals(); in new_nfs4_server()
3946 ASSERT(np->zone_globals != NULL); in new_nfs4_server()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1314 struct nfs4_callback_globals *zone_globals; /* globals */ member