Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h264 #define MNTK_VIRTUALDEV 0x00200000 /* mounted on a virtual device i.e. a disk image */ macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_subr.c1232 if (MNTK_VIRTUALDEV & mp->mnt_kern_flag) { in vfs_mountroot()
1423 if (mp->mnt_flag & MNTK_VIRTUALDEV) { in verify_incoming_rootfs()
1718 if (!(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1758 if (!(incoming->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1759 !(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV)) { in vfs_switch_root()
2311 if (!mp || (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && (mp->mnt_flag & MNT_LOCAL))) { in vnode_on_reliable_media()
4047 mp->mnt_kern_flag |= MNTK_VIRTUALDEV; in vfs_init_io_attributes()
5196 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) { in new_vnode()
5234 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) { in new_vnode()
H A Dvfs_cluster.c1266 !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in cluster_io()
1818 if (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_io()
6049 !(vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_try_push()
H A Dvfs_bio.c4434 mp->mnt_kern_flag & MNTK_VIRTUALDEV) { in alloc_io_buf()
H A Dvfs_syscalls.c2813 int is_reliable = !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in sync_internal_callback()