Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dimageboot.c458 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 Dbsd_init.c917 if (VFS_ROOT(mountlist.tqh_first, &init_rootvnode, vfs_context_kernel())) { in bsd_init()
/xnu-11215/bsd/vfs/
H A Dvfs_lookup.c1683 error = VFS_ROOT(mp, &tdp, ctx);
2135 error = VFS_ROOT(mp, vpp, ctx);
2214 error = VFS_ROOT(mp, &vp, ctx);
H A Dvfs_syscalls.c1732 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 Dvfs_fsevents.c1070 iret = VFS_ROOT(mp, &mnt_rootvp, vfs_context_kernel()); in add_fsevent()
H A Dvfs_subr.c1358 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 Dkpi_vfs.c260 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx) in VFS_ROOT() function
H A Dvfs_attrlist.c989 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
/xnu-11215/bsd/sys/
H A Dmount.h849 extern int VFS_ROOT(mount_t, vnode_t *, vfs_context_t);
/xnu-11215/bsd/nfs/
H A Dnfs_syscalls.c264 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 Dnfs_subs.c2246 error = VFS_ROOT(mp, &rvp, vfs_context_current()); in nfsrv_getvfs_by_mntonname_callback()