Lines Matching refs:zone
38 #include <sys/zone.h>
179 * Each zone also has its own list of mounts, containing filesystems mounted
180 * somewhere within the filesystem tree rooted at the zone's rootpath. The
193 struct zone; /* from zone.h */
221 * Zones support. Note that the zone that "owns" the mount isn't
222 * necessarily the same as the zone in which the zone is visible.
226 struct zone *vfs_zone; /* zone that owns the mount */
227 struct vfs *vfs_zone_next; /* next VFS visible in zone */
228 struct vfs *vfs_zone_prev; /* prev VFS visible in zone */
416 #define VSW_ZMOUNT 0x100 /* file system always allowed in a zone */
445 zone_ref_t vi_zone_ref; /* reference to zone */