Lines Matching defs:start
359 * and we need to start from there if it's set.
503 pgoff_t start, first, last;
518 start = primary_page->index;
530 if (start >= final_page ||
534 start++;
536 _debug("more %lx [%lx]", start, count);
537 n = final_page - start + 1;
540 n = find_get_pages_contig(mapping, start, ARRAY_SIZE(pages), pages);
544 if (pages[0]->index != start) {
592 start += loop;
593 } while (start <= final_page && count < 65536);
750 pgoff_t start, end, next;
765 start = mapping->writeback_index;
767 ret = afs_writepages_region(mapping, wbc, start, end, &next);
768 if (start > 0 && wbc->nr_to_write > 0 && ret == 0)
769 ret = afs_writepages_region(mapping, wbc, 0, start,
778 start = wbc->range_start >> PAGE_SHIFT;
780 ret = afs_writepages_region(mapping, wbc, start, end, &next);
820 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync)
829 return file_write_and_wait_range(file, start, end);