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

  /src/sbin/fsck_ext2fs/
pass1b.c 99 if (statemap[inumber] != USTATE &&
pass4.c 127 case USTATE:
fsck.h 69 #define USTATE 01 /* inode not allocated */
inode.c 590 statemap[idesc->id_number] = USTATE;
697 else if (statemap[request] != USTATE)
702 if (statemap[ino] == USTATE)
721 statemap[ino] = USTATE;
754 statemap[ino] = USTATE;
pass1.c 199 statemap[inumber] = USTATE;
323 statemap[inumber] = USTATE;
pass2.c 99 case USTATE:
385 case USTATE:
pass5.c 150 case USTATE:
  /src/sbin/fsck_lfs/
fsck.h 77 #define USTATE 01 /* inode not allocated */
pass1.c 145 statemap[inumber] = USTATE;
151 statemap[inumber] = USTATE;
202 statemap[inumber] = USTATE;
220 statemap[inumber] = USTATE;
342 statemap[inumber] = USTATE;
inode.c 458 statemap[idesc->id_number] = USTATE;
607 else if (statemap[request] != USTATE)
610 if (statemap[ino] == USTATE)
661 statemap[ino] = USTATE;
pass4.c 134 case USTATE:
pass2.c 76 case USTATE:
386 case USTATE:
setup.c 143 memset(statemap + maxino, USTATE, (len - maxino) * sizeof(char));
  /src/sbin/fsck_ffs/
pass1b.c 89 if (inoinfo(inumber)->ino_state != USTATE &&
inode.c 598 inoinfo(idesc->id_number)->ino_state = USTATE;
723 else if (inoinfo(request)->ino_state != USTATE)
727 if (info->ino_state == USTATE)
747 info[i].ino_state = USTATE;
791 info->ino_state = USTATE;
805 info->ino_state = USTATE;
857 inoinfo(ino)->ino_state = USTATE;
pass4.c 143 case USTATE:
fsck.h 87 #define USTATE 01 /* inode not allocated */
pass1.c 268 info->ino_state = USTATE;
492 info->ino_state = USTATE;
pass2.c 81 case USTATE:
562 case USTATE:
pass5.c 82 inoinfo(UFS_WINO)->ino_state = USTATE;
328 case USTATE:
quota2.c 268 case USTATE:
utilities.c 591 static struct inostat unallocated = { USTATE, 0, 0 };

Completed in 46 milliseconds