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

/src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all165 my ($blstart, $blstop, $segstop, $cmd);
171 $blstart = hex $sumloc{$i};
172 last if $blstart <= 0;
173 $totalstart = $blstart if $totalstart == 0;
175 $segstop = ((int ($blstart / $fps)) + 1) * $fps;
176 if ($segstop < $blstop || $blstop < $blstart) {
182 print "pseg $i: write blocks ", hex $blstart, "-", hex ($blstop - 1), "\n";
183 $blstart = $blstop;
270 $blstart = 0;

Completed in 2 milliseconds