Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dvnode.h38 VNON, VREG, VDIR, VBLK, VCHR, enumerator
/f-stack/freebsd/kern/
H A Dvfs_subr.c157 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
158 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VNON enumerator
569 vp->v_type = VNON; in vnode_init()
1036 vap->va_type = VNON; in vattr_null()
1128 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()
1778 vp->v_type = VNON; in getnewvnode()
3483 VNASSERT(vp->v_type == VBAD || vp->v_type == VNON, vp, in vdbatch_dequeue()
3764 if ((vp->v_type == VNON || in vflush()
4663 case VNON: in sysctl_vnode()
[all …]
H A Dvfs_mount.c1491 if ((vp->v_vflag & VV_ROOT) == 0 && vp->v_type != VNON && in vfs_check_usecounts()
H A Dvfs_cache.c2297 VNPASS(dvp->v_type != VNON, dvp); in cache_enter_time()
2300 VNPASS(vp->v_type != VNON, vp); in cache_enter_time()
H A Duipc_mqueue.c1252 if ((vap->va_type != VNON) || in mqfs_setattr()
H A Dkern_descrip.c4635 { VNON, KF_VTYPE_VNON }, in vntype_to_kinfo()
/f-stack/freebsd/security/mac/
H A Dmac_vfs.c1036 if (vp->v_type != VNON) in vn_setlabel()
/f-stack/freebsd/sys/
H A Dvnode.h59 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enumerator