Lines Matching refs:zone
53 #include <sys/zone.h>
496 zone_t *zone = nfs_zone();
911 * Determine the zone we're being mounted into.
913 zone_hold(mntzone = zone); /* start with this assumption */
918 if (mntzone != zone) {
938 * Stop the mount from going any further if the zone is going away.
1011 int flags, cred_t *cr, zone_t *zone)
1030 ASSERT(nfs_zone() == zone);
1124 mi->mi_zone = zone;
1126 zone_hold_ref(zone, &mi->mi_zone_ref, ZONE_REF_NFS);
1595 * Cross-zone calls are OK here, since this translates to a
1596 * VOP_PUTPAGE(B_ASYNC), which gets picked up by the right zone.