Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dpass5.c341 dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) { in pass5()
352 dofix(&idesc[2], "SUMMARY INFORMATION BAD")) { in pass5()
360 dofix(&idesc[1], "BLK(S) MISSING IN BIT MAPS")) { in pass5()
368 && dofix(&idesc[0], "SUMMARY BLK COUNT(S) WRONG IN SUPERBLK")) { in pass5()
H A Dfsck.h490 int dofix(struct inodesc *, const char *msg);
H A Ddir.c298 if (dofix(idesc, "DIRECTORY CORRUPTED")) in fsck_readdir()
H A Dfsutil.c1352 dofix(struct inodesc *idesc, const char *msg) in dofix() function
H A Dinode.c202 } else if (dofix(idesc, buf)) { in iblock()