Home
last modified time | relevance | path

Searched refs:KERNEL_MOUNT_RECOVERYVOL (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dmount_internal.h486 #define KERNEL_MOUNT_RECOVERYVOL 0x40 /* mount the Recovery volume */ macro
493 …SK (KERNEL_MOUNT_DATAVOL | KERNEL_MOUNT_VMVOL | KERNEL_MOUNT_PREBOOTVOL | KERNEL_MOUNT_RECOVERYVOL)
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_syscalls.c1538 …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()
H A Dvfs_subr.c1923 recoverypath, (rootvnode->v_mount), 0, 0, (KERNEL_MOUNT_RECOVERYVOL), vfs_context_kernel()); in vfs_mount_recovery()