Searched refs:VFS_MOUNT (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 847 extern int VFS_MOUNT(mount_t, vnode_t, user_addr_t, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 195 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 | 1257 error = VFS_MOUNT(mp, rootvp, 0, ctx); in vfs_mountroot()
|
| H A D | vfs_syscalls.c | 1758 error = VFS_MOUNT(mp, device_vnode, fsmountargs, ctx); in mount_common()
|