Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_conf.c141 ….vfc_vfsflags = VFC_VFSGENERICARGS | VFC_VFSPREFLIGHT | VFC_VFS64BITREADY | VFC_VFSREADDIR_EXTENDE…
H A Dkpi_vfs.c1010 newvfstbl->vfc_vfsflags |= VFC_VFSPREFLIGHT; in vfs_fsadd()
H A Dvfs_subr.c1225 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSPREFLIGHT) { in vfs_mountroot()
H A Dvfs_syscalls.c1400 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSPREFLIGHT) { in mount_common()
/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h326 #define VFC_VFSPREFLIGHT 0x040 macro