Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dimageboot.c432 mount_t new_rootfs; in imageboot_mount_image() local
484 new_rootfs = rootvnode->v_mount; in imageboot_mount_image()
485 mount_lock(new_rootfs); in imageboot_mount_image()
486 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_image()
487 mount_unlock(new_rootfs); in imageboot_mount_image()
872 mount_t new_rootfs; in imageboot_mount_ramdisk() local
941 new_rootfs = rootvnode->v_mount; in imageboot_mount_ramdisk()
942 mount_lock(new_rootfs); in imageboot_mount_ramdisk()
943 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_ramdisk()
944 mount_unlock(new_rootfs); in imageboot_mount_ramdisk()
[all …]