Home
last modified time | relevance | path

Searched refs:old_rootfs (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c487 mount_t old_rootfs = old_rootvnode->v_mount; in imageboot_mount_image() local
489 mount_list_remove(old_rootfs); in imageboot_mount_image()
490 mount_lock(old_rootfs); in imageboot_mount_image()
491 old_rootfs->mnt_kern_flag |= MNTK_BACKS_ROOT; in imageboot_mount_image()
492 old_rootfs->mnt_flag &= ~MNT_ROOTFS; in imageboot_mount_image()
493 mount_unlock(old_rootfs); in imageboot_mount_image()