Searched refs:newdp (Results 1 – 2 of 2) sorted by relevance
431 vnode_t newdp; in imageboot_mount_image() local458 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()875 vnode_t newdp; in imageboot_mount_ramdisk() local938 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()941 vnode_ref(newdp); in imageboot_mount_ramdisk()944 rootvnode = newdp; in imageboot_mount_ramdisk()[all …]
182 vnode_t newdp; member2508 vnode_t newdp = cdrp->newdp; in checkdirs_callback() local2510 vnode_t new_cvp = newdp; in checkdirs_callback()2511 vnode_t new_rvp = newdp; in checkdirs_callback()2537 if (vnode_ref(newdp) != 0) { in checkdirs_callback()2540 if (vnode_ref(newdp) != 0) { in checkdirs_callback()2541 vnode_rele(newdp); in checkdirs_callback()2553 fdp->fd_cdir = newdp; in checkdirs_callback()2558 fdp->fd_rdir = newdp; in checkdirs_callback()2593 vnode_t newdp; in checkdirs() local[all …]