Lines Matching defs:mounts
2255 * Since the actual mount point is not known until the dependent mounts
2257 * happen later when zoneadmd actually does the mounts.
2261 "unable to enumerate mounts\n"));
3986 zone_mounts_t mounts;
4064 * Collect information about mounts within the zone's zonepath.
4065 * Overlay mounts on the zone's root directory are erroneous.
4066 * Bail if we encounter any unexpected mounts.
4068 if (zone_mounts_init(&mounts, zonepath) != 0)
4070 if (mounts.num_root_overlay_mounts != 0) {
4072 mounts.num_root_overlay_mounts, zonepath);
4075 if (mounts.num_unexpected_mounts != 0)
4105 if (zone_unmount_rootfs(&mounts, zonepath, B_FALSE) != 0)
4130 (void) zone_mount_rootfs(&mounts, zonepath);
4141 (void) zone_mount_rootfs(&mounts, zonepath);
4169 if (zone_mount_rootfs(&mounts, new_zonepath) != 0) {
4206 if (root_fs_mounted && zone_unmount_rootfs(&mounts,
4227 (void) zone_mount_rootfs(&mounts, zonepath);
4237 (void) zone_mount_rootfs(&mounts, zonepath);
4259 (void) zone_mount_rootfs(&mounts, zonepath);
4278 zone_mounts_destroy(&mounts);
4286 zone_mounts_destroy(&mounts);