Searched refs:KERNEL_MOUNT_PREBOOTVOL (Results 1 – 2 of 2) sorted by relevance
485 #define KERNEL_MOUNT_PREBOOTVOL 0x20 /* mount the Preboot volume */ macro493 …OUNT_VOLBYROLE_MASK (KERNEL_MOUNT_DATAVOL | KERNEL_MOUNT_VMVOL | KERNEL_MOUNT_PREBOOTVOL | KERNEL_…
1714 …} 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()