Searched refs:KERNEL_MOUNT_RECOVERYVOL (Results 1 – 3 of 3) sorted by relevance
486 #define KERNEL_MOUNT_RECOVERYVOL 0x40 /* mount the Recovery volume */ macro493 …SK (KERNEL_MOUNT_DATAVOL | KERNEL_MOUNT_VMVOL | KERNEL_MOUNT_PREBOOTVOL | KERNEL_MOUNT_RECOVERYVOL)
1538 …se if ((internal_flags & KERNEL_MOUNT_PREBOOTVOL) || (internal_flags & KERNEL_MOUNT_RECOVERYVOL)) { in mount_common()1544 } else if (internal_flags & KERNEL_MOUNT_RECOVERYVOL) { in mount_common()
1923 recoverypath, (rootvnode->v_mount), 0, 0, (KERNEL_MOUNT_RECOVERYVOL), vfs_context_kernel()); in vfs_mount_recovery()