Lines Matching defs:end
1471 * a small amount in the end. Here we just reserve for data.
1551 pgoff_t index, end;
1562 end = mpd->next_page - 1;
1566 last = end << (PAGE_SHIFT - inode->i_blkbits);
1578 while (index <= end) {
1579 nr_pages = pagevec_lookup_range(&pvec, mapping, &index, end);
2292 * Buffer after end of mapped extent.
2351 pgoff_t start, end;
2358 end = (mpd->map.m_lblk + mpd->map.m_len - 1) >> bpp_bits;
2363 while (start <= end) {
2365 &start, end);
2594 pgoff_t end = mpd->last_page;
2609 while (index <= end) {
2610 nr_pages = pagevec_lookup_range_tag(&pvec, mapping, &index, end,
2881 * release the last reference to io_end which may end
3054 * when write to the end of file but not require block allocation
3082 unsigned long start, end;
3097 end = start + copied - 1;
3102 * delalloc writes pending in the range upto i_size. If the end of
3105 * eventually. If the end of the current write is > i_size and
3116 ext4_da_should_update_i_disksize(page, end))
3540 ext4_lblk_t offset = 0, end = map->m_lblk + map->m_len - 1;
3543 map->m_lblk, end, &es);
3545 if (!es.es_len || es.es_lblk > end)
3807 BUFFER_TRACE(bh, "zeroed end of block");
3829 * the end of the block it will be shortened to end of the block
3842 * 'from' and the end of the block
3856 * up to the end of the block which corresponds to `from'.
3857 * This required during truncate. We need to physically zero the tail end
3884 ext4_fsblk_t start, end;
3892 end = byte_end >> sb->s_blocksize_bits;
3895 if (start == end &&
3908 /* Handle partial zero out on the end of the range */
4032 * to end after the page that contains i_size
4526 * optimisation may end up performing two reads instead
4561 ext4_fsblk_t b, end, table;
4570 end = b + ra_blks;
4575 if (end > table)
4576 end = table;
4577 while (b <= end)
5810 * On success, We end up with an outstanding reference count against