Lines Matching defs:end
19 loff_t start, loff_t end, loff_t *_next,
294 pgoff_t end;
303 end = (start + len - 1) / PAGE_SIZE;
304 xas_for_each(&xas, folio, end) {
307 len, start, folio_index(folio), end);
584 loff_t start, loff_t end)
596 _enter(",%lx,%llx-%llx", folio_index(folio), start, end);
607 * end of the range.
621 max_len = min_t(unsigned long long, max_len, end - start + 1);
705 loff_t start, loff_t end, loff_t *_next,
714 _enter("%llx,%llx,", start, end);
720 n = filemap_get_folios_tag(mapping, &index, end / PAGE_SIZE,
782 folio, start, end);
813 /* We have to be careful as we can end up racing with setattr()
889 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync)
903 return file_write_and_wait_range(file, start, end);