Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dmount.h847 extern int VFS_START(mount_t, int, vfs_context_t);
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c215 VFS_START(mount_t mp, int flags, vfs_context_t ctx) in VFS_START() function
H A Dvfs_subr.c1317 (void)VFS_START(mp, 0, ctx); in vfs_mountroot()
H A Dvfs_syscalls.c1789 (void)VFS_START(mp, 0, ctx); in mount_common()