Searched refs:INCLEAR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h68 #define INCLEAR 0x0040 /* inode is to be cleared */ macro
79 #define DCLEAR (DSTATE | INCLEAR)
80 #define FCLEAR (FSTATE | INCLEAR)
81 #define SCLEAR (SSTATE | INCLEAR)
87 * INCLEAR is irrelevant to the determination of
H A Dpass1.c342 !(flags & INCLEAR)) {
355 * INCLEAR means it will be ignored by passes 2 & 3.
364 flags |= INCLEAR;
375 flags |= INCLEAR;
419 * INCLEAR will cause passes 2 and 3 to skip it.
477 * INCLEAR makes passes 2 & 3 skip it.
H A Dpass2.c153 ((statemap[inp->i_number] & INCLEAR) == INCLEAR))
250 (statemap[inp->i_number] & INCLEAR);
H A Ddup_avl.c416 statemap[ino] |= INCLEAR;

Completed in 52 milliseconds