Searched defs:dirtype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c331 int dirtype; local
361 dirtype = (pdirp->di_mode & IFMT);
373 if ((dirtype == IFDIR) && isattr) {
H A Dpass2.c61 int dirtype; local
266 dirtype = (dp->di_mode & IFMT);
274 if (dirtype == IFATTRDIR) {
295 if (dirtype == IFATTRDIR && found == 0) {
309 if (dirtype == IFDIR) {

Completed in 46 milliseconds