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