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);
4130 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4141 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4169 if (zone_mount_rootfs(&mounts, new_zonepath) != 0) { in move_func()4227 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4237 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()4259 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
1509 zone_mount_rootfs(zone_mounts_t *mounts, const char *zonepath) in zone_mount_rootfs() function