Searched refs:dofix (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 62 extern int32_t dofix(struct inodesc *, char *); 595 dofix(&idesc, gettext("BLK(S) MISSING IN FREE BITMAP"))) { in dofreemap() 617 dofix(&idesc, gettext("LOGICAL VOLUME INTEGRITY COUNTS WRONG"))) { in dolvint()
|
H A D | utilities.c | 471 dofix(struct inodesc *idesc, char *msg) in dofix() function
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 551 int dofix(struct inodesc *, caddr_t, ...);
|
H A D | pass5.c | 431 if (dofix(&idesc, "CORRECT GLOBAL SUMMARY")) { in pass5()
|
H A D | dir.c | 229 dofixret = dofix(idesc, "DIRECTORY CORRUPTED"); in fsck_readdir()
|
H A D | inode.c | 524 } else if (dofix(idesc, buf)) { in iblock()
|
H A D | utilities.c | 838 dofix(struct inodesc *idesc, caddr_t msg, ...) in dofix() function
|