Searched refs:VFS_ROOT (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 458 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_image() 938 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()
|
| H A D | bsd_init.c | 917 if (VFS_ROOT(mountlist.tqh_first, &init_rootvnode, vfs_context_kernel())) { in bsd_init()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_lookup.c | 1683 error = VFS_ROOT(mp, &tdp, ctx); 2135 error = VFS_ROOT(mp, vpp, ctx); 2214 error = VFS_ROOT(mp, &vp, ctx);
|
| H A D | vfs_syscalls.c | 1732 error = VFS_ROOT(mp, &rvp, ctx); in mount_common() 2669 err = VFS_ROOT(olddp->v_mountedhere, &newdp, ctx); in checkdirs() 4218 error = VFS_ROOT(mp, &tdp, ctx); in fchdir() 11335 error = VFS_ROOT(vnode_mount(vp), &tvp, ctx); in searchfs() 13819 error = VFS_ROOT(mp, &vp, ctx); in fsgetpath_internal()
|
| H A D | vfs_fsevents.c | 1070 iret = VFS_ROOT(mp, &mnt_rootvp, vfs_context_kernel()); in add_fsevent()
|
| H A D | vfs_subr.c | 1358 error = VFS_ROOT(mp, &vp, ctx); in vfs_mountroot() 1480 error = VFS_ROOT(mp, &tdp, ctx); in verify_incoming_rootfs() 12475 res = VFS_ROOT(mp, &rvp, ctx); in vfs_addtrigger()
|
| H A D | kpi_vfs.c | 260 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx) in VFS_ROOT() function
|
| H A D | vfs_attrlist.c | 989 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
|
| /xnu-11215/bsd/sys/ |
| H A D | mount.h | 849 extern int VFS_ROOT(mount_t, vnode_t *, vfs_context_t);
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_syscalls.c | 264 error = VFS_ROOT(vnode_mount(vp), &rvp, vfs_context_current()); in nfsrv_export_remainder() 343 error = VFS_ROOT(vnode_mount(vp), &rvp, vfs_context_current()); in getfh()
|
| H A D | nfs_subs.c | 2246 error = VFS_ROOT(mp, &rvp, vfs_context_current()); in nfsrv_getvfs_by_mntonname_callback()
|