Searched refs:iscorrupt (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass2.c164 iscorrupt = 1;
182 iscorrupt = 1;
261 iscorrupt = 1;
304 iscorrupt = 1;
319 * iscorrupt is
332 iscorrupt = 1;
345 iscorrupt = 1;
353 /* iscorrupt is already set */
363 /* iscorrupt is already set */
425 iscorrupt
[all...]
H A Dmain.c376 iscorrupt = 1; /* assume failure in setup() */
384 if (!iscorrupt) {
405 iscorrupt = 0; /* setup() succeeded, assume good filesystem */
469 iscorrupt = 1;
480 iscorrupt = 1;
488 * Don't force iscorrupt, as this is sufficiently
508 if (iscorrupt) {
520 * iscorrupt must be stable at this point.
620 if (iscorrupt && exitstat == 0)
637 if (iscorrupt)
[all...]
H A Dpass1.c151 iscorrupt = 1;
184 iscorrupt = 1;
299 * isn't worth setting iscorrupt for.
402 * not grounds for setting iscorrupt.
490 iscorrupt = 1;
521 iscorrupt = 1;
565 iscorrupt = 1;
H A Dpass3b.c102 iscorrupt = 1;
156 iscorrupt = 1;
229 iscorrupt = 1;
341 iscorrupt = 1;
426 * recognize. Don't bother with iscorrupt.
H A Ddir.c388 if (!iscorrupt && preen && islog) {
396 * Hence, iscorrupt should not be set when
403 saveiscorrupt = iscorrupt;
406 iscorrupt = saveiscorrupt;
409 iscorrupt = 1;
466 iscorrupt = 1;
589 iscorrupt = 1;
595 iscorrupt = 1;
607 * cause the kernel heartburn, so don't set iscorrupt.
624 * use the filesystem later, so don't set iscorrupt ye
[all...]
H A Dpass3.c76 if (preen && !iscorrupt && islog && S_IS_DUNFOUND(state)) {
224 * so don't set iscorrupt. Such leaks are harmless
383 iscorrupt = 1;
H A Dutilities.c491 iscorrupt = 1;
535 iscorrupt = 1;
899 if (errorlocked || iscorrupt) {
1120 if ((iscorrupt == 0) && (isdirty == 0))
1139 * `iscorrupt' has to be in its final state before this is called.
1187 if (!iscorrupt) {
1195 if (iscorrupt) {
1203 if (iscorrupt) {
1215 if (errorlocked && !iscorrupt) {
1221 if (iscorrupt) {
[all...]
H A Dfsck.h260 * need to set iscorrupt.
337 int iscorrupt; /* known to be corrupt/inconsistent */ variable
421 * Note that clri() will set iscorrupt if the user elects not to
H A Dpass5.c438 iscorrupt = 1;
H A Dinode.c984 iscorrupt = 1;
1331 iscorrupt = 1;
H A Dsetup.c699 * require setting iscorrupt.
719 iscorrupt = 1;
991 iscorrupt = 0;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c212 iscorrupt = 1;
215 if (iscorrupt == 0)
227 iscorrupt = 0;
263 if (iscorrupt)
H A Dutilities.c213 iscorrupt = 1; /* known to be corrupt */
226 iscorrupt = 1; /* known to be corrupt */
H A Dfsck.h185 int iscorrupt; /* known to be corrupt/inconsistent */ variable
H A Dsetup.c232 iscorrupt = 0;

Completed in 87 milliseconds