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

  /src/sbin/fsck_ext2fs/
pass3.c 84 if (statemap[inp->i_number] == DCLEAR)
pass4.c 116 case DCLEAR:
fsck.h 73 #define DCLEAR 05 /* directory is to be cleared */
pass2.c 107 case DCLEAR:
392 case DCLEAR:
pass5.c 154 case DCLEAR:
inode.c 672 statemap[ino] = DCLEAR;
676 case DCLEAR:
pass1.c 293 statemap[inumber] = DCLEAR;
  /src/sbin/fsck_lfs/
pass3.c 51 if (statemap[inp->i_number] == DCLEAR)
fsck.h 81 #define DCLEAR 05 /* directory is to be cleared */
pass4.c 115 case DCLEAR:
pass1.c 295 statemap[inumber] = DCLEAR;
310 statemap[inumber] = (mode == LFS_IFDIR ? DCLEAR : FCLEAR);
inode.c 580 statemap[ino] = DCLEAR;
584 case DCLEAR:
pass2.c 84 case DCLEAR:
402 case DCLEAR:
  /src/sbin/fsck_ffs/
pass3.c 82 if (state == DCLEAR)
fsck.h 91 #define DCLEAR 05 /* directory is to be cleared */
pass4.c 133 case DCLEAR:
pass2.c 92 case DCLEAR:
571 case DCLEAR:
pass1.c 399 info->ino_state = DCLEAR;
pass5.c 332 case DCLEAR:
quota2.c 269 case DCLEAR:
inode.c 692 info->ino_state = DCLEAR;
696 case DCLEAR:

Completed in 33 milliseconds