Home
last modified time | relevance | path

Searched refs:newdp (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Dimageboot.c431 vnode_t newdp; in imageboot_mount_image() local
458 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_image()
474 vnode_ref(newdp); in imageboot_mount_image()
475 vnode_put(newdp); in imageboot_mount_image()
480 rootvnode = newdp; in imageboot_mount_image()
489 kernproc->p_fd.fd_cdir = newdp; in imageboot_mount_image()
871 vnode_t newdp; in imageboot_mount_ramdisk() local
934 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()
937 vnode_ref(newdp); in imageboot_mount_ramdisk()
940 rootvnode = newdp; in imageboot_mount_ramdisk()
[all …]
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c178 vnode_t newdp; member
2444 vnode_t newdp = cdrp->newdp; in checkdirs_callback() local
2446 vnode_t new_cvp = newdp; in checkdirs_callback()
2447 vnode_t new_rvp = newdp; in checkdirs_callback()
2473 if (vnode_ref(newdp) != 0) { in checkdirs_callback()
2476 if (vnode_ref(newdp) != 0) { in checkdirs_callback()
2477 vnode_rele(newdp); in checkdirs_callback()
2489 fdp->fd_cdir = newdp; in checkdirs_callback()
2494 fdp->fd_rdir = newdp; in checkdirs_callback()
2529 vnode_t newdp; in checkdirs() local
[all …]