Searched refs:zone_mount_rootfs (Results 1 – 3 of 3) sorted by relevance
133 extern int zone_mount_rootfs(zone_mounts_t *mounts, const char *zonepath);
4139 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4150 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4178 if (zone_mount_rootfs(&mounts, new_zonepath) != 0) { in move_func()4236 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4246 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4268 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
1517 zone_mount_rootfs(zone_mounts_t *mounts, const char *zonepath) in zone_mount_rootfs() function