Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sig.c3507 struct vnode *oldvp, *nextvp, *vp; in corefile_open_last() local
3514 nextvp = oldvp = NULL; in corefile_open_last()
3536 nextvp = vp; in corefile_open_last()
3561 if (nextvp == NULL) { in corefile_open_last()
3566 nextvp = oldvp; in corefile_open_last()
3567 error = vn_lock(nextvp, LK_EXCLUSIVE); in corefile_open_last()
3569 vn_close(nextvp, FWRITE, td->td_ucred, in corefile_open_last()
3571 nextvp = NULL; in corefile_open_last()
3579 if (nextvp != NULL) in corefile_open_last()
3582 *vpp = nextvp; in corefile_open_last()