Searched refs:VFS_MOUNT (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | mount.h | 846 extern int VFS_MOUNT(mount_t, vnode_t, user_addr_t, vfs_context_t);
|
| /xnu-11215/bsd/vfs/ |
| H A D | kpi_vfs.c | 193 VFS_MOUNT(mount_t mp, vnode_t devvp, user_addr_t data, vfs_context_t ctx) in VFS_MOUNT() function
|
| H A D | vfs_subr.c | 1256 error = VFS_MOUNT(mp, rootvp, 0, ctx); in vfs_mountroot()
|
| H A D | vfs_syscalls.c | 1685 error = VFS_MOUNT(mp, device_vnode, fsmountargs, ctx); in mount_common()
|