Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_tty.c79 else if (p->p_session->s_ttyvp->v_type == VBAD || in ctty_clone()
H A Dkern_acct.c582 if (acct_vp->v_type == VBAD) { in acctwatch()
H A Dvfs_subr.c1128 if (vp->v_type == VBAD || vp->v_type == VNON) in vlrureclaim()
1145 if (__predict_false(vp->v_type == VBAD || vp->v_type == VNON)) { in vlrureclaim()
1254 if (__predict_false(vp->v_type == VBAD || vp->v_type == VNON)) { in vnlru_free_impl()
3483 VNASSERT(vp->v_type == VBAD || vp->v_type == VNON, vp, in vdbatch_dequeue()
4063 vp->v_type = VBAD; in vgonel()
4664 case VBAD: in sysctl_vnode()
5377 (vp)->v_type == VCHR || (vp)->v_type == VBAD)
6231 if (hint == NOTE_REVOKE || (hint == 0 && vp->v_type == VBAD)) { in filt_vfsread()
6260 if (hint == NOTE_REVOKE || (hint == 0 && vp->v_type == VBAD)) in filt_vfswrite()
6277 if (hint == NOTE_REVOKE || (hint == 0 && vp->v_type == VBAD)) { in filt_vfsvnode()
H A Dvfs_lookup.c549 ndp->ni_startdir->v_type == VBAD); in namei()
H A Dvfs_cache.c3447 if (type == VBAD) { in vn_fullpath_hardlink()
5076 VNPASS(vp->v_type == VDIR || vp->v_type == VBAD, vp); in cache_fplookup_climb_mount()
5133 VNPASS(vp->v_type == VDIR || vp->v_type == VBAD, vp); in cache_fplookup_cross_mount()
H A Dtty.c1829 tp->t_session->s_ttyvp->v_type != VBAD)) { in tty_generic_ioctl()
H A Dkern_descrip.c4629 { VBAD, KF_VTYPE_VBAD }, in vntype_to_kinfo()
/f-stack/lib/include/sys/
H A Dvnode.h39 VLNK, VSOCK, VFIFO, VBAD, VMARKER enumerator
/f-stack/freebsd/sys/
H A Dvnode.h59 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enumerator