Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c1714 …} else if ((internal_flags & KERNEL_MOUNT_PREBOOTVOL) || (internal_flags & KERNEL_MOUNT_RECOVERYVO… in mount_common()
1718 if (internal_flags & KERNEL_MOUNT_PREBOOTVOL) { in mount_common()