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

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dpass5.c322 dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) {
333 dofix(&idesc[2], "SUMMARY INFORMATION BAD")) {
341 dofix(&idesc[1], "BLK(S) MISSING IN BIT MAPS")) {
349 && dofix(&idesc[0], "SUMMARY BLK COUNT(S) WRONG IN SUPERBLK")) {
H A Dfsck.h421 int dofix(struct inodesc *, const char *msg);
H A Ddir.c162 fix = dofix(idesc, "DIRECTORY CORRUPTED");
193 fix = dofix(idesc, "DIRECTORY CORRUPTED");
H A Dfsutil.c906 dofix(struct inodesc *idesc, const char *msg) function
H A Dinode.c187 } else if (dofix(idesc, buf)) {

Completed in 87 milliseconds