Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h848 extern int VFS_START(mount_t, int, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c217 VFS_START(mount_t mp, int flags, vfs_context_t ctx) in VFS_START() function
H A Dvfs_subr.c1318 (void)VFS_START(mp, 0, ctx); in vfs_mountroot()
H A Dvfs_syscalls.c1862 (void)VFS_START(mp, 0, ctx); in mount_common()