Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h73 #define VTYPE_ISDEV(vtype) ((vtype) == VCHR || (vtype) == VBLK) macro
207 #define VN_ISDEV(vp) VTYPE_ISDEV((vp)->v_type)
319 #define VATTR_ISDEV(vap) VTYPE_ISDEV((vap)->va_type)
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c554 MPASS(VTYPE_ISDEV(type) ^ (rdev == VNOVAL)); in tmpfs_alloc_node()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c1333 if (VTYPE_ISDEV(vnode.v_type) && vnode.v_rdev != NULL) { in procstat_get_vnode_info_kvm()