Lines Matching defs:end
1338 * So we end up using (2) to always keep
2331 * @end: ending page index (inclusive)
2333 * This function scans the page range from @start to @end (inclusive) and tags
2342 pgoff_t start, pgoff_t end)
2349 xas_for_each_marked(&xas, page, end, PAGECACHE_TAG_DIRTY) {
2404 pgoff_t end; /* Inclusive */
2412 end = -1;
2415 end = wbc->range_end >> PAGE_SHIFT;
2420 tag_pages_for_writeback(mapping, index, end);
2426 while (!done && (index <= end)) {
2429 nr_folios = filemap_get_folios_tag(mapping, &index, end,
2934 * that if multiple inodes end writeback at a similar time, they get