Searched refs:nextvp (Results 1 – 1 of 1) sorted by relevance
3857 struct vnode *oldvp, *nextvp, *vp; in corefile_open_last() local3864 nextvp = oldvp = NULL; in corefile_open_last()3886 nextvp = vp; in corefile_open_last()3911 if (nextvp == NULL) { in corefile_open_last()3916 nextvp = oldvp; in corefile_open_last()3917 error = vn_lock(nextvp, LK_EXCLUSIVE); in corefile_open_last()3919 vn_close(nextvp, FWRITE, td->td_ucred, in corefile_open_last()3921 nextvp = NULL; in corefile_open_last()3929 if (nextvp != NULL) in corefile_open_last()3932 *vpp = nextvp; in corefile_open_last()