Lines Matching defs:first
160 * The first state tracks per-block uptodate and the
204 unsigned first = poff >> block_bits;
216 for (i = first; i <= last; i++) {
222 first++;
243 if (first <= end && last > end)
518 unsigned first, last, i;
527 first = from >> inode->i_blkbits;
530 for (i = first; i <= last; i++)
1245 * start_byte refers to the first unused block after a short write. If
1246 * nothing was written, round offset down to point at the first block in
1729 * first; otherwise finish off the current ioend and start another.