Searched refs:id_fix (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sbin/fsck_ffs/
H A Dfsutil.c868 idesc.id_fix = IGNORE;
930 switch (idesc->id_fix) {
939 idesc->id_fix = FIX;
943 idesc->id_fix = NOFIX;
946 idesc->id_fix = FIX;
957 errx(EEXIT, "UNKNOWN INODESC FIX MODE %d", idesc->id_fix);
H A Dfsck.h227 enum fixstate id_fix; /* policy on fixing errors */ member in struct:inodesc
H A Ddir.c195 if (idesc->id_fix == IGNORE)
589 idesc.id_fix = DONTKNOW;
613 idesc.id_fix = DONTKNOW;
H A Dinode.c69 if (idesc->id_fix != IGNORE)
70 idesc->id_fix = DONTKNOW;
/freebsd-12-stable/sbin/fsdb/
H A Dfsdb.c430 idesc.id_fix = IGNORE;
712 idesc.id_fix = IGNORE;
822 idesc.id_fix = IGNORE;
871 idesc.id_fix = IGNORE;

Completed in 64 milliseconds