Home
last modified time | relevance | path

Searched refs:oldvp (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()
3546 if (oldvp == NULL || in corefile_open_last()
3550 if (oldvp != NULL) in corefile_open_last()
3551 vn_close(oldvp, FWRITE, td->td_ucred, td); in corefile_open_last()
3552 oldvp = vp; in corefile_open_last()
3553 VOP_UNLOCK(oldvp); in corefile_open_last()
3560 if (oldvp != NULL) { in corefile_open_last()
3566 nextvp = oldvp; in corefile_open_last()
3575 vn_close(oldvp, FWRITE, td->td_ucred, td); in corefile_open_last()
[all …]