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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c62 extern int32_t dofix(struct inodesc *, char *);
595 dofix(&idesc, gettext("BLK(S) MISSING IN FREE BITMAP"))) {
617 dofix(&idesc, gettext("LOGICAL VOLUME INTEGRITY COUNTS WRONG"))) {
H A Dutilities.c471 dofix(struct inodesc *idesc, char *msg) function
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h551 int dofix(struct inodesc *, caddr_t, ...);
H A Dpass5.c431 if (dofix(&idesc, "CORRECT GLOBAL SUMMARY")) {
H A Ddir.c226 * block because dofix() may reuse the buffer.
229 dofixret = dofix(idesc, "DIRECTORY CORRUPTED");
H A Dinode.c120 * or NOFIX by the dofix() query function. If id_fix
121 * has already been set to FIX when dofix() is called, then
125 * point. If id_fix is DONTKNOW, then dofix() will
126 * query the user. If it is NOFIX, then dofix()
524 } else if (dofix(idesc, buf)) {
H A Dutilities.c838 dofix(struct inodesc *idesc, caddr_t msg, ...) function

Completed in 74 milliseconds