Lines Matching defs:start
617 * We start at i = 2 ( 0 is checked at 1.step, 1 at 2.step )
806 unsigned start, length, loc;
814 start = ufs_dtogd(uspi, goal) >> 3;
816 start = ucpi->c_frotor >> 3;
818 length = ((uspi->s_fpg + 7) >> 3) - start;
819 loc = ubh_scanc(uspi, UCPI_UBH(ucpi), ucpi->c_freeoff + start, length,
823 length = start + 1;
830 "bitmap corrupted on cg %u, start %u,"
832 ucpi->c_cgx, start, length, count,
836 start = 0;
838 result = (start + length - loc) << 3;
871 int i, start, end, forw, back;
885 start = blkno + 1;
886 end = start + uspi->s_contigsumsize;
889 i = ubh_find_next_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, end, start);
892 forw = i - start;
897 start = blkno - 1;
898 end = start - uspi->s_contigsumsize;
901 i = ubh_find_last_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, start, end);
904 back = start - i;