Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/ !
H A Dmount_internal.h485 #define KERNEL_MOUNT_PREBOOTVOL 0x20 /* mount the Preboot volume */ macro
493 …OUNT_VOLBYROLE_MASK (KERNEL_MOUNT_DATAVOL | KERNEL_MOUNT_VMVOL | KERNEL_MOUNT_PREBOOTVOL | KERNEL_…
/xnu-11215.61.5/bsd/vfs/ !
H A Dvfs_syscalls.c1641 …} else if ((internal_flags & KERNEL_MOUNT_PREBOOTVOL) || (internal_flags & KERNEL_MOUNT_RECOVERYVO… in mount_common()
1645 if (internal_flags & KERNEL_MOUNT_PREBOOTVOL) { in mount_common()