Home
last modified time | relevance | path

Searched refs:DSTATE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dfsck.h108 #define DSTATE 0x4 /* inode is directory */
114 /* DUNFOUND === (state == DSTATE || state == DZLINK) */
115 #define S_IS_DUNFOUND(state) (((state) & ~0x1) == DSTATE)
116 /* DVALID === (state == DSTATE || state == DZLINK || state == DFOUND) */
117 #define S_IS_DVALID(state) (((state) & ~0x3) == DSTATE)
112 #define DSTATE global() macro
H A Dpass4.c91 case DSTATE: in pass4()
H A Dpass2.c115 case DSTATE: in pass2()
532 (DIP(dp, di_mode) & IFMT) == IFDIR ? DSTATE : FSTATE; in pass2check()
537 case DSTATE: in pass2check()
H A Dpass1.c388 inoinfo(inumber)->ino_state = DSTATE; in checkinode()
H A Dinode.c1381 case DSTATE: in blkerror()
1434 inoinfo(ino)->ino_state = DSTATE; in allocino()
H A Dpass5.c240 case DSTATE: in pass5()
H A Ddir.c970 if (inoinfo(ino)->ino_state == DSTATE) { in allocdir()