Home
last modified time | relevance | path

Searched refs:dofix (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sbin/fsck_ffs/
Dpass5.c353 dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) { in pass5()
364 dofix(&idesc[2], "SUMMARY INFORMATION BAD")) { in pass5()
372 dofix(&idesc[1], "BLK(S) MISSING IN BIT MAPS")) { in pass5()
380 && dofix(&idesc[0], "SUMMARY BLK COUNT(S) WRONG IN SUPERBLK")) { in pass5()
Dfsck.h433 int dofix(struct inodesc *, const char *msg);
Dinode.c192 } else if (dofix(idesc, buf)) { in iblock()
Ddir.c204 if (dofix(idesc, "DIRECTORY CORRUPTED")) in fsck_readdir()
Dfsutil.c927 dofix(struct inodesc *idesc, const char *msg) in dofix() function