HomeSort by: relevance | last modified time | path
    Searched refs:DSTATE (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sbin/fsck_ext2fs/
pass3.c 82 !(inp->i_parent == 0 || statemap[inp->i_number] == DSTATE))
89 statemap[inp->i_parent] != DSTATE ||
pass4.c 112 case DSTATE:
fsck.h 71 #define DSTATE 03 /* inode is directory */
pass2.c 135 case DSTATE:
409 (fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? DSTATE : FSTATE;
413 case DSTATE:
pass5.c 153 case DSTATE:
inode.c 671 case DSTATE:
709 statemap[ino] = DSTATE;
pass1.c 295 statemap[inumber] = DSTATE;
dir.c 138 statemap[inp->i_child->i_number] == DSTATE)
655 if (statemap[parent] != DSTATE && statemap[parent] != DFOUND) {
661 if (statemap[ino] == DSTATE) {
utilities.c 421 (statemap[curdir] != DSTATE && statemap[curdir] != DFOUND)) {
  /src/sbin/fsck_lfs/
pass3.c 49 !(inp->i_parent == 0 || statemap[inp->i_number] == DSTATE))
58 statemap[inp->i_parent] != DSTATE ||
fsck.h 79 #define DSTATE 03 /* inode is directory */
pass4.c 111 case DSTATE:
pass2.c 116 case DSTATE:
419 (lfs_dino_getmode(fs, dp) & LFS_IFMT) == LFS_IFDIR ? DSTATE : FSTATE;
423 case DSTATE:
utilities.c 201 (statemap[curdir] != DSTATE && statemap[curdir] != DFOUND)) {
inode.c 579 case DSTATE:
617 statemap[ino] = DSTATE;
dir.c 118 statemap[inp->i_child->i_number] == DSTATE)
715 if (statemap[parent] != DSTATE && statemap[parent] != DFOUND) {
721 if (statemap[ino] == DSTATE) {
pass1.c 297 statemap[inumber] = DSTATE;
  /src/sbin/fsck_ffs/
pass3.c 80 (inp->i_parent != 0 && state != DSTATE))
87 * them in DSTATE which will cause them to be pitched
91 resolved && usedsoftdep && state == DSTATE) {
99 inoinfo(inp->i_parent)->ino_state != DSTATE ||
pass2.c 127 case DSTATE:
301 info->ino_state = DSTATE;
588 (iswap16(DIP(dp, mode)) & IFMT) == IFDIR ? DSTATE : FSTATE;
592 case DSTATE:
fsck.h 89 #define DSTATE 03 /* inode is directory */
pass4.c 129 case DSTATE:
dir.c 888 if (inoinfo(parent)->ino_state != DSTATE &&
898 if (inoinfo(ino)->ino_state == DSTATE) {
pass1.c 401 info->ino_state = DSTATE;
pass5.c 331 case DSTATE:
quota2.c 261 case DSTATE:

Completed in 30 milliseconds

1 2