Home
last modified time | relevance | path

Searched refs:MNTK_VIRTUALDEV (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dmount_internal.h265 #define MNTK_VIRTUALDEV 0x00200000 /* mounted on a virtual device i.e. a disk image */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_subr.c1313 if (MNTK_VIRTUALDEV & mp->mnt_kern_flag) { in vfs_mountroot()
1504 if (mp->mnt_flag & MNTK_VIRTUALDEV) { in verify_incoming_rootfs()
1800 if (!(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1840 if (!(incoming->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1841 !(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV)) { in vfs_switch_root()
2405 if (!mp || (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && (mp->mnt_flag & MNT_LOCAL))) { in vnode_on_reliable_media()
4297 mp->mnt_kern_flag |= MNTK_VIRTUALDEV; in vfs_init_io_attributes()
5583 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) && in new_vnode()
5623 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) && in new_vnode()
H A Dvfs_cluster.c1290 !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in cluster_io()
1844 if (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_io()
6087 !(vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_try_push()
H A Dvfs_bio.c4458 mp->mnt_kern_flag & MNTK_VIRTUALDEV) { in alloc_io_buf()
H A Dvfs_syscalls.c3174 int is_reliable = !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in sync_internal_callback()