Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dimageboot.c465 mount_t old_rootfs = old_rootvnode->v_mount; in imageboot_mount_image() local
467 mount_list_remove(old_rootfs); in imageboot_mount_image()
468 mount_lock(old_rootfs); in imageboot_mount_image()
469 old_rootfs->mnt_kern_flag |= MNTK_BACKS_ROOT; in imageboot_mount_image()
470 old_rootfs->mnt_flag &= ~MNT_ROOTFS; in imageboot_mount_image()
471 mount_unlock(old_rootfs); in imageboot_mount_image()