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

/freebsd-11-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.h225 enum fixstate id_fix; /* policy on fixing errors */ member in struct:inodesc
H A Ddir.c193 if (idesc->id_fix == IGNORE)
586 idesc.id_fix = DONTKNOW;
610 idesc.id_fix = DONTKNOW;
H A Dinode.c67 if (idesc->id_fix != IGNORE)
68 idesc->id_fix = DONTKNOW;
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c430 idesc.id_fix = IGNORE;
708 idesc.id_fix = IGNORE;
818 idesc.id_fix = IGNORE;
867 idesc.id_fix = IGNORE;

Completed in 117 milliseconds