HomeSort by: relevance | last modified time | path
    Searched refs:DFOUND (Results 1 - 20 of 20) sorted by relevancy

  /src/sbin/fsck_ext2fs/
pass3.c 97 statemap[orphan] = DFOUND;
pass4.c 95 case DFOUND:
fsck.h 72 #define DFOUND 04 /* directory found during descent */
pass5.c 155 case DFOUND:
dir.c 136 statemap[inp->i_number] = DFOUND;
469 if (statemap[lfdir] != DFOUND) {
655 if (statemap[parent] != DSTATE && statemap[parent] != DFOUND) {
pass2.c 414 case DFOUND:
utilities.c 421 (statemap[curdir] != DSTATE && statemap[curdir] != DFOUND)) {
  /src/sbin/fsck_lfs/
pass3.c 66 statemap[orphan] = DFOUND;
fsck.h 80 #define DFOUND 04 /* directory found during descent */
pass4.c 94 case DFOUND:
utilities.c 201 (statemap[curdir] != DSTATE && statemap[curdir] != DFOUND)) {
dir.c 116 statemap[inp->i_number] = DFOUND;
498 if (statemap[lfdir] != DFOUND) {
715 if (statemap[parent] != DSTATE && statemap[parent] != DFOUND) {
pass2.c 416 case DFOUND:
  /src/sbin/fsck_ffs/
dir.c 121 inoinfo(inp->i_number)->ino_state = DFOUND;
123 inoinfo(inp->i_child->i_number)->ino_state != DFOUND)
654 if (inoinfo(lfdir)->ino_state != DFOUND) {
889 inoinfo(parent)->ino_state != DFOUND) {
pass4.c 100 case DFOUND:
fsck.h 90 #define DFOUND 04 /* directory found during descent */
pass2.c 300 if (info->ino_state == DFOUND)
593 case DFOUND:
pass5.c 333 case DFOUND:
quota2.c 264 case DFOUND:
utilities.c 489 if (busy || (info->ino_state != DSTATE && info->ino_state != DFOUND)) {

Completed in 37 milliseconds