| /src/sbin/fsck_ext2fs/ |
| extern.h | 44 int dofix(struct inodesc *, const char *);
|
| pass5.c | 212 dofix(&idesc[0], msg)) { 229 dofix(&idesc[1], msg)) { 242 dofix(&idesc[1], msg)) { 256 && dofix(&idesc[0], "SUPERBLK SUMMARY INFORMATION BAD")) {
|
| utilities.c | 466 dofix(struct inodesc *idesc, const char *msg) function in typeref:typename:int
|
| dir.c | 213 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 244 fix = dofix(idesc, "DIRECTORY CORRUPTED");
|
| inode.c | 290 if (dofix(idesc, buf)) {
|
| /src/sbin/fsck_lfs/ |
| extern.h | 52 int dofix(struct inodesc *, const char *);
|
| utilities.c | 248 dofix(struct inodesc * idesc, const char *msg) function in typeref:typename:int
|
| dir.c | 191 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 231 fix = dofix(idesc, "DIRECTORY CORRUPTED");
|
| inode.c | 271 if (dofix(idesc, buf)) {
|
| /src/sbin/fsck_ffs/ |
| extern.h | 49 int dofix(struct inodesc *, const char *);
|
| pass5.c | 259 dofix(&idesc[3], 424 if (dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) { 438 if (dofix(&idesc[2], "SUMMARY INFORMATION BAD")) { 477 != 0 && dofix(&idesc[1], "BLK(S) MISSING IN BIT MAPS")) { 496 if (dofix(&idesc[0], "FREE BLK COUNT(S) WRONG IN SUPERBLK")) {
|
| dir.c | 258 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 291 fix = dofix(idesc, "DIRECTORY CORRUPTED");
|
| utilities.c | 534 dofix(struct inodesc *idesc, const char *msg) function in typeref:typename:int
|
| inode.c | 222 if (dofix(idesc, buf)) {
|
| /src/sys/arch/alpha/alpha/ |
| trap.c | 819 int doprint, dofix, dosigbus, signo; local in function:unaligned_fixup 838 dofix = alpha_unaligned_fix; 880 if (dofix && selected_tab->fixable) {
|