Searched refs:NAMEI_NODEVFS (Results 1 – 3 of 3) sorted by relevance
152 #define NAMEI_NODEVFS 0x20000 /* prevent a path lookup into `devfs` filesystem */ macro
351 ndp->ni_flag |= NAMEI_NODEVFS; in namei()1838 if ((ndp->ni_flag & NAMEI_NODEVFS) && (strcmp(mp->mnt_vfsstat.f_fstypename, "devfs") == 0)) {
2189 if ((ndp->ni_flag & NAMEI_NODEVFS) && (vnode_tag(vp) == VT_DEVFS)) { in cache_lookup_path()