Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount_internal.h266 #define MNTK_VIRTUALDEV 0x00200000 /* mounted on a virtual device i.e. a disk image */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c1306 if (MNTK_VIRTUALDEV & mp->mnt_kern_flag) { in vfs_mountroot()
1497 if (mp->mnt_kern_flag & MNTK_VIRTUALDEV) { in verify_incoming_rootfs()
1793 if (!(outgoing->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1833 if (!(incoming->mnt_kern_flag & MNTK_VIRTUALDEV) && in vfs_switch_root()
1834 !(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()
4538 mp->mnt_kern_flag |= MNTK_VIRTUALDEV; in vfs_init_io_attributes()
5851 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) && in new_vnode()
5891 (vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) == 0) && in new_vnode()
H A Dvfs_lookup.c1844 …g & NAMEI_IMMOVABLE) && (mp->mnt_flag & MNT_REMOVABLE) && !(mp->mnt_kern_flag & MNTK_VIRTUALDEV)) {
H A Dvfs_cluster.c1599 !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in cluster_io()
2244 if (!(mp->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_io()
6785 !(vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cluster_try_push()
H A Dvfs_cache.c2195 …E) && (vp->v_mount->mnt_flag & MNT_REMOVABLE) && !(vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV)) { in cache_lookup_path()
H A Dvfs_bio.c4631 mp->mnt_kern_flag & MNTK_VIRTUALDEV) { in alloc_io_buf()
H A Dvfs_syscalls.c662 } else if (cryptex_vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) { in graft_secureboot_cryptex()
3456 int is_reliable = !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in sync_internal_callback()