Home
last modified time | relevance | path

Searched refs:exi_zoneid (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dnfs.d111 noi_zoneid = (P->exi == NULL) ? -1 : P->exi->exi_zoneid;
134 (arg3 == 0) ? -1 : ((exportinfo_t *)arg3)->exi_zoneid;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c168 exi->exi_zoneid = ne->ne_globals->nfs_zoneid; in pseudo_exportfs()
663 ASSERT3U(exip->exi_zoneid, ==, curzone->zone_id); in treeclimb_export()
842 ASSERT(curzone->zone_id == exip->exi_zoneid || in treeclimb_unexport()
1004 ASSERT3P(curzone->zone_id, ==, exi->exi_zoneid); in has_visible()
H A Dnfs_export.c933 ne->exi_root->exi_zoneid = ng->nfs_zoneid; in nfs_export_zone_init()
997 ASSERT3U(zoneid, ==, exi->exi_zoneid); in nfs_export_zone_shutdown()
1072 if (exi->exi_zoneid == ng->nfs_zoneid) in nfs_export_zone_fini()
1421 exi->exi_zoneid = crgetzoneid(cr); in exportfs()
1422 ASSERT3U(exi->exi_zoneid, ==, curzone->zone_id); in exportfs()
H A Dnfs_srv.c432 ASSERT3U(exi->exi_zoneid, ==, (*exip)->exi_zoneid); in rfs_climb_crossmnt()
493 ASSERT3U(exi->exi_zoneid, ==, curzone->zone_id); in rfs_lookup()
1324 ASSERT(exi == NULL || exi->exi_zoneid == curzone->zone_id); in rfs_write()
H A Dnfs3_srv.c414 ASSERT3U(exi->exi_zoneid, ==, curzone->zone_id); in rfs3_lookup()
448 ASSERT3U(curzone->zone_id, ==, exi->exi_zoneid); /* exi is non-NULL */ in rfs3_lookup()
1340 ASSERT3U(curzone->zone_id, ==, exi->exi_zoneid); /* exi is non-NULL. */ in rfs3_write()
2680 ASSERT3U(exi->exi_zoneid, ==, curzone->zone_id); in rfs3_rmdir()
4142 ASSERT3U(curzone->zone_id, ==, exi->exi_zoneid); /* exi is non-NULL. */ in rfs3_commit()
H A Dnfs_auth.c878 ASSERT3P(curzone->zone_id, ==, exi->exi_zoneid); in nfsauth_cache_get()
H A Dnfs4_state.c4246 ASSERT(ng->nfs_zoneid == exi->exi_zoneid); in rfs4_clean_state_exi()
H A Dnfs4_srv.c1119 ASSERT3U(exi->exi_zoneid, ==, ne->exi_root->exi_zoneid); in do_rfs4_op_secinfo()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h532 zoneid_t exi_zoneid; member
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c2638 if (g->nlm_zoneid == exi->exi_zoneid) { in nlm_unexport()