Lines Matching defs:end
234 * situated at the end of file.
249 sector_t end, i;
261 end = count + beg;
262 last_index = end >> (PAGE_SHIFT - inode->i_blkbits);
263 for (i = beg; i < end; i = (i | mask) + 1) {
287 lblock = end & mask;
325 sector_t end = beg + n;
327 for (; beg < end; ++beg) {
807 unsigned pos, want, blockmap, mask, end;
845 for (end = result + 8; result < end; result += uspi->s_fpb) {
871 int i, start, end, forw, back;
886 end = start + uspi->s_contigsumsize;
887 if ( end >= ucpi->c_nclusterblks)
888 end = ucpi->c_nclusterblks;
889 i = ubh_find_next_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, end, start);
890 if (i > end)
891 i = end;
898 end = start - uspi->s_contigsumsize;
899 if (end < 0 )
900 end = -1;
901 i = ubh_find_last_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, start, end);
902 if ( i < end)
903 i = end;