Searched refs:oldvp (Results 1 – 2 of 2) sorted by relevance
3857 struct vnode *oldvp, *nextvp, *vp; in corefile_open_last() local3864 nextvp = oldvp = NULL; in corefile_open_last()3896 if (oldvp == NULL || in corefile_open_last()3900 if (oldvp != NULL) in corefile_open_last()3901 vn_close(oldvp, FWRITE, td->td_ucred, td); in corefile_open_last()3902 oldvp = vp; in corefile_open_last()3903 VOP_UNLOCK(oldvp); in corefile_open_last()3910 if (oldvp != NULL) { in corefile_open_last()3914 vn_close(oldvp, FWRITE, td->td_ucred, td); in corefile_open_last()3916 nextvp = oldvp; in corefile_open_last()[all …]
681 struct vnode *vp = ap->a_vp, *oldvp; in devfs_close() local710 oldvp = NULL; in devfs_close()719 oldvp = vp; in devfs_close()726 if (oldvp != NULL) in devfs_close()727 devfs_ctty_unref(oldvp); in devfs_close()