Home
last modified time | relevance | path

Searched refs:DE_HIDDEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h202 #define DE_HIDDEN 0x02 macro
210 #define DE_IS_LFN (DE_READONLY | DE_HIDDEN | DE_SYSTEM | DE_LABEL)
H A Dpcfs.c527 (dxp->d_attr & (DE_LABEL|DE_HIDDEN)) == 0 && in lookup()