Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h480 #define KERNEL_MOUNT_PREBOOTVOL 0x20 /* mount the Preboot volume */ macro
488 …OUNT_VOLBYROLE_MASK (KERNEL_MOUNT_DATAVOL | KERNEL_MOUNT_VMVOL | KERNEL_MOUNT_PREBOOTVOL | KERNEL_…
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c1225 …} else if ((internal_flags & KERNEL_MOUNT_PREBOOTVOL) || (internal_flags & KERNEL_MOUNT_RECOVERYVO… in mount_common()
1229 if (internal_flags & KERNEL_MOUNT_PREBOOTVOL) { in mount_common()