Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/fs/
H A Dpcfilep.h206 #define DE_LABEL 0x08 macro
212 #define DE_IS_LFN (DE_READONLY | DE_HIDDEN | DE_SYSTEM | DE_LABEL)
H A Dpcfs.c529 (dxp->d_attr & (DE_LABEL|DE_HIDDEN)) == 0 && in lookup()