Lines Matching defs:last
1149 /* update the last lblk in the region seen so far */
1234 * @end - last block in range
1364 * @end - last block in range
1577 * but we will as a last resort.
2251 ext4_lblk_t first, last;
2281 last = EXT4_LBLK_CMASK(sbi, end) +
2283 if (last != end)
2286 end + 1, last);
2288 ret = __insert_pending(inode, last, prealloc);
2292 __remove_pending(inode, last);
2306 last = EXT4_LBLK_CMASK(sbi, end) + sbi->s_cluster_ratio - 1;
2307 if (last != end)
2309 end + 1, last);
2311 ret = __insert_pending(inode, last, prealloc);
2315 __remove_pending(inode, last);