Searched refs:id_fix (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1b.c65 idesc.id_fix = DONTKNOW;
H A Dpass3.c408 idesc->id_fix = DONTKNOW;
431 idesc.id_fix = FIX;
H A Dinode.c117 * id_fix What to do when an error is found. Generally, this
120 * or NOFIX by the dofix() query function. If id_fix
125 * point. If id_fix is DONTKNOW, then dofix() will
236 cleardesc.id_fix = DONTKNOW;
1035 idesc.id_fix = NOFIX;
1295 idesc.id_fix = DONTKNOW;
1345 idesc.id_fix = DONTKNOW;
1453 idesc.id_fix = NOFIX;
1475 idesc.id_fix = NOFIX;
1518 idelayed.id_fix
[all...]
H A Dutilities.c699 idesc.id_fix = NOFIX;
724 idesc.id_fix = NOFIX;
744 idesc.id_fix = NOFIX;
845 switch (idesc->id_fix) {
853 idesc->id_fix = FIX;
858 idesc->id_fix = NOFIX;
861 idesc->id_fix = FIX;
873 errexit("UNKNOWN INODESC FIX MODE %d\n", (int)idesc->id_fix);
2281 idesc->id_fix = DONTKNOW;
H A Dfsck.h137 * inodesc.id_fix values. See inode.c for a description of their usage.
196 enum fixstate id_fix; /* policy on fixing errors */ member in struct:inodesc
433 (idp)->id_fix = DONTKNOW; \
H A Ddir.c228 salvaged = (idesc->id_fix == DONTKNOW);
545 idesc.id_fix = DONTKNOW;
762 idesc.id_fix = DONTKNOW;
788 idesc.id_fix = DONTKNOW;
H A Dpass1.c389 idesc->id_fix = DONTKNOW;
H A Dpass3b.c136 curino.id_fix = FIX;
H A Dpass2.c206 curino.id_fix = DONTKNOW;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c474 switch (idesc->id_fix) {
480 idesc->id_fix = FIX;
484 idesc->id_fix = NOFIX;
487 idesc->id_fix = FIX;
498 idesc->id_fix);
H A Dfsck.h133 enum fixstate id_fix; /* policy on fixing errors */ member in struct:inodesc

Completed in 83 milliseconds