Home
last modified time | relevance | path

Searched refs:VFS_ROOT (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c480 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_image()
981 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()
H A Dbsd_init.c922 if (VFS_ROOT(mountlist.tqh_first, &init_rootvnode, vfs_context_kernel())) { in bsd_init()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c1861 error = VFS_ROOT(mp, &tdp, ctx);
2322 error = VFS_ROOT(mp, vpp, ctx);
2401 error = VFS_ROOT(mp, &vp, ctx);
H A Dvfs_syscalls.c1805 error = VFS_ROOT(mp, &rvp, ctx); in mount_common()
2755 err = VFS_ROOT(olddp->v_mountedhere, &newdp, ctx); in checkdirs()
4275 error = VFS_ROOT(mp, &vp, ctx); in vnode_getfromid()
4427 error = VFS_ROOT(mp, &tdp, ctx); in fchdir()
11764 error = VFS_ROOT(vnode_mount(vp), &tvp, ctx); in searchfs()
H A Dvfs_fsevents.c1070 iret = VFS_ROOT(mp, &mnt_rootvp, vfs_context_kernel()); in add_fsevent()
H A Dvfs_subr.c1359 error = VFS_ROOT(mp, &vp, ctx); in vfs_mountroot()
1481 error = VFS_ROOT(mp, &tdp, ctx); in verify_incoming_rootfs()
12591 res = VFS_ROOT(mp, &rvp, ctx); in vfs_addtrigger()
H A Dvfs_attrlist.c1046 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
H A Dkpi_vfs.c262 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx) in VFS_ROOT() function
/xnu-12377.41.6/bsd/sys/
H A Dmount.h850 extern int VFS_ROOT(mount_t, vnode_t *, vfs_context_t);
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_syscalls.c266 error = VFS_ROOT(vnode_mount(vp), &rvp, vfs_context_current()); in nfsrv_export_remainder()
345 error = VFS_ROOT(vnode_mount(vp), &rvp, vfs_context_current()); in getfh()
H A Dnfs_subs.c2247 error = VFS_ROOT(mp, &rvp, vfs_context_current()); in nfsrv_getvfs_by_mntonname_callback()