Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode.h117 VT_HFS, VT_ZFS, VT_DEVFS, VT_WEBDAV, VT_UDF, enumerator
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_tree.c1299 vnode_settag(vn_p, VT_DEVFS); in devfs_dntovn()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cache.c2189 if ((ndp->ni_flag & NAMEI_NODEVFS) && (vnode_tag(vp) == VT_DEVFS)) { in cache_lookup_path()
H A Dvfs_fsevents.c327 if (vp->v_tag == VT_DEVFS) { in need_fsevent()
H A Dvfs_subr.c7113 vp->v_tag = VT_DEVFS; /* callers will reset if needed (bdevvp) */ in vnode_create_internal()
/xnu-12377.1.9/security/
H A Dmac_vfs.c378 case VT_DEVFS: in mac_vnode_label_associate()