Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dmount_internal.h266 #define MNTK_VIRTUALDEV 0x00200000 /* mounted on a virtual device i.e. a disk image */ macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_subr.c1305 if (MNTK_VIRTUALDEV & mp->mnt_kern_flag) { in vfs_mountroot()
1496 if (mp->mnt_kern_flag & MNTK_VIRTUALDEV) { in verify_incoming_rootfs()
1792 if (!(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1832 if (!(incoming->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1833 !(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV)) { in vfs_switch_root()
2413 if (!mp || (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && (mp->mnt_flag & MNT_LOCAL))) { in vnode_on_reliable_media()
4504 mp->mnt_kern_flag |= MNTK_VIRTUALDEV; in vfs_init_io_attributes()
5817 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) && in new_vnode()
5857 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) && in new_vnode()
H A Dvfs_cluster.c1540 !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in cluster_io()
2179 if (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_io()
6531 !(vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_try_push()
H A Dvfs_bio.c4466 mp->mnt_kern_flag & MNTK_VIRTUALDEV) { in alloc_io_buf()
H A Dvfs_syscalls.c642 } else if (cryptex_vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) { in graft_secureboot_cryptex()
3330 int is_reliable = !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in sync_internal_callback()