Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_ext2fs/
H A Dpass5.c212 dofix(&idesc[0], msg)) { in pass5()
229 dofix(&idesc[1], msg)) { in pass5()
242 dofix(&idesc[1], msg)) { in pass5()
256 && dofix(&idesc[0], "SUPERBLK SUMMARY INFORMATION BAD")) { in pass5()
H A Dextern.h44 int dofix(struct inodesc *, const char *);
H A Ddir.c213 fix = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
244 fix = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
H A Dutilities.c466 dofix(struct inodesc *idesc, const char *msg) in dofix() function
H A Dinode.c290 if (dofix(idesc, buf)) { in iblock()
/netbsd-src/sbin/fsck_ffs/
H A Dpass5.c259 dofix(&idesc[3], in pass5()
424 if (dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) { in pass5()
438 if (dofix(&idesc[2], "SUMMARY INFORMATION BAD")) { in pass5()
477 != 0 && dofix(&idesc[1], "BLK(S) MISSING IN BIT MAPS")) { in pass5()
496 if (dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) { in pass5()
H A Dextern.h49 int dofix(struct inodesc *, const char *);
H A Ddir.c258 fix = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
291 fix = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
H A Dutilities.c534 dofix(struct inodesc *idesc, const char *msg) in dofix() function
H A Dinode.c222 if (dofix(idesc, buf)) { in iblock()
/netbsd-src/sbin/fsck_lfs/
H A Dextern.h52 int dofix(struct inodesc *, const char *);
H A Dutilities.c245 dofix(struct inodesc * idesc, const char *msg) in dofix() function
H A Ddir.c191 fix = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
231 fix = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
H A Dinode.c271 if (dofix(idesc, buf)) { in iblock()
/netbsd-src/sys/arch/alpha/alpha/
H A Dtrap.c819 int doprint, dofix, dosigbus, signo; in unaligned_fixup() local
838 dofix = alpha_unaligned_fix; in unaligned_fixup()
880 if (dofix && selected_tab->fixable) { in unaligned_fixup()