Home
last modified time | relevance | path

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

/original-bsd/sbin/fsck/
H A Dpass2.c84 statemap[ROOTINO] = DFOUND; in pass2()
144 if (statemap[inp->i_parent] == DFOUND && in pass2()
146 statemap[inp->i_number] = DFOUND; in pass2()
387 if (statemap[idesc->id_number] == DFOUND)
388 statemap[dirp->d_ino] = DFOUND;
391 case DFOUND:
H A Dpass3.c45 statemap[orphan] = DFOUND; in pass3()
H A Dpass4.c40 case DFOUND: in pass4()
H A Ddir.c62 if (statemap[inp->i_parent] == DFOUND && in propagate()
64 statemap[inp->i_number] = DFOUND; in propagate()
444 if (statemap[lfdir] != DFOUND) {
626 if (statemap[parent] != DSTATE && statemap[parent] != DFOUND) {
H A Dfsck.h26 #define DFOUND 04 /* directory found during descent */ macro
H A Dpass5.c186 case DFOUND: in pass5()
H A Dutilities.c395 (statemap[curdir] != DSTATE && statemap[curdir] != DFOUND)) {