Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dimgact_resident.c83 struct vnode *vrtmp; in fill_xresident() local
86 vrtmp = vr->vr_vnode; in fill_xresident()
90 if (vrtmp) { in fill_xresident()
92 error = vn_fullpath(td->td_proc, vrtmp, &fullpath, &freepath, 0); in fill_xresident()
103 error = vget(vrtmp, LK_EXCLUSIVE); in fill_xresident()
108 error = vn_stat(vrtmp, &st, td->td_ucred); in fill_xresident()
109 vput(vrtmp); in fill_xresident()