Lines Matching defs:first
239 pgoff_t first, pgoff_t last)
246 vnode->fid.vid, vnode->fid.vnode, first, last);
251 _debug("kill %lx-%lx", first, last);
253 count = last - first + 1;
256 pv.nr = find_get_pages_contig(mapping, first, count, pv.pages);
264 if (page->index >= first)
265 first = page->index + 1;
272 } while (first <= last);
282 pgoff_t first, pgoff_t last)
289 vnode->fid.vid, vnode->fid.vnode, first, last);
294 _debug("redirty %lx-%lx", first, last);
296 count = last - first + 1;
299 pv.nr = find_get_pages_contig(mapping, first, count, pv.pages);
307 if (page->index >= first)
308 first = page->index + 1;
312 } while (first <= last);
321 pgoff_t first, pgoff_t last)
328 vnode->fid.vid, vnode->fid.vnode, first, last);
333 _debug("done %lx-%lx", first, last);
335 count = last - first + 1;
339 first, count, pv.pages);
348 first += count;
350 } while (first <= last);
405 afs_pages_written_back(vnode, op->store.first, op->store.last);
408 (op->store.first * PAGE_SIZE + op->store.first_offset),
423 pgoff_t first, pgoff_t last,
436 first, last, offset, to);
454 op->store.first = first;
503 pgoff_t start, first, last;
597 * set; the first page is still locked at this point, but all the rest
602 first = primary_page->index;
603 last = first + count - 1;
608 _debug("write back %lx[%u..] to %lx[..%u]", first, offset, last, to);
612 ret = afs_store_data(mapping, first, last, offset, to, false);
627 afs_redirty_pages(wbc, mapping, first, last);
633 afs_redirty_pages(wbc, mapping, first, last);
645 afs_kill_pages(mapping, first, last);