Lines Matching defs:last
98 unsigned last = (poff + plen - 1) >> block_bits;
109 for (i = first; i <= last; i++) {
119 for ( ; i <= last; i++) {
121 plen -= (last - i + 1) * block_size;
122 last = i - 1;
136 if (first <= end && last > end)
137 plen -= (last - end) * block_size;
150 unsigned last = (off + len - 1) >> inode->i_blkbits;
154 bitmap_set(iop->uptodate, first, last - first + 1);
438 unsigned len, first, last;
444 /* First and last blocks in range within page */
446 last = (from + len - 1) >> inode->i_blkbits;
449 for (i = first; i <= last; i++)
1069 struct bio *last = ioend->io_bio, *next;
1079 * For the last bio, bi_private points to the ioend, so we
1082 if (bio == last)