Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h847 extern int VFS_MOUNT(mount_t, vnode_t, user_addr_t, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c195 VFS_MOUNT(mount_t mp, vnode_t devvp, user_addr_t data, vfs_context_t ctx) in VFS_MOUNT() function
H A Dvfs_subr.c1257 error = VFS_MOUNT(mp, rootvp, 0, ctx); in vfs_mountroot()
H A Dvfs_syscalls.c1758 error = VFS_MOUNT(mp, device_vnode, fsmountargs, ctx); in mount_common()