Lines Matching defs:end

47 	pgoff_t end;
53 end = (start + len - 1) / PAGE_SIZE;
54 xas_for_each_marked(&xas, folio, end, PAGECACHE_TAG_DIRTY) {
75 pgoff_t end;
84 end = (start + len - 1) / PAGE_SIZE;
85 xas_for_each(&xas, folio, end) {
90 len, start, folio->index, end);
108 pgoff_t end;
117 end = (start + len - 1) / PAGE_SIZE;
118 xas_for_each(&xas, folio, end) {
123 len, start, folio->index, end);
141 pgoff_t end;
150 end = (start + len - 1) / PAGE_SIZE;
151 xas_for_each(&xas, folio, end) {
154 len, start, folio->index, end);
922 * that already have the rename sem can end up causing writepage to get
923 * called and if the server was down that means we end up here, and we
1038 * would invalidate the current end of file on the server we can not go
2224 are always at the end of the list but since the first entry might
2739 unsigned long long end)
2792 * end of the range.
2799 max_len = min_t(unsigned long long, max_len, end - start + 1);
2878 unsigned long long end)
2890 folio = xas_find_marked(xas, end / PAGE_SIZE, PAGECACHE_TAG_DIRTY);
2960 ret = cifs_write_back_from_locked_folio(mapping, wbc, xas, folio, start, end);
2973 unsigned long long end)
2980 ret = cifs_writepages_begin(mapping, wbc, &xas, _start, end);
2994 loff_t start, end;
2997 /* We have to be careful as we can end up racing with setattr()
3014 end = mapping->writeback_index * PAGE_SIZE;
3016 ret = cifs_writepages_region(mapping, wbc, &start, end);
3140 int cifs_strict_fsync(struct file *file, loff_t start, loff_t end,
3151 rc = file_write_and_wait_range(file, start, end);
3194 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync)
3204 rc = file_write_and_wait_range(file, start, end);
3683 * we'll end up returning whatever was written. If it fails, then
4821 * the server. If the write is short, we'll end up doing a sync write