Home | History | Annotate | Download | only in ckckp

Lines Matching refs:oind

272 $oind = ($sstart ? $sstart : 1);
281 if ($test_rfw && $iloc{$oind - 1}) {
282 for ($tk = $oind; $tk < $k; $tk++) {
285 &copypseg($oind, $tk);
287 $flags = "-p -f -i 0x" . $iloc{$oind - 1} . " $wfile";
288 &test_fsck($iloc{$oind - 1}, $flags, 1);
293 &test_fsck($iloc{$oind - 1}, "-n -f $wfile", 0);
298 print "Recreate fs state at checkpoint pseg $k (from " . ($oind - 1) .
300 $oind = &copypseg($oind, $k);
315 $lastgood = &copypseg($oind, 100000000000) - 1;