Home
last modified time | relevance | path

Searched refs:VFC_VFSPREFLIGHT (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dmount_internal.h328 #define VFC_VFSPREFLIGHT 0x040 macro
/xnu-11417.121.6/bsd/vfs/
H A Dkpi_vfs.c1049 newvfstbl->vfc_vfsflags |= VFC_VFSPREFLIGHT; in vfs_fsadd()
H A Dvfs_subr.c1298 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSPREFLIGHT) { in vfs_mountroot()
H A Dvfs_syscalls.c1835 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSPREFLIGHT) { in mount_common()