Lines Matching refs:pgoff_t
315 pgoff_t end_index; /* The last page we want to read */
437 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index,
438 pgoff_t mark, unsigned int order, gfp_t gfp)
463 pgoff_t start = readahead_index(ractl);
464 pgoff_t index = start;
466 pgoff_t limit = (i_size_read(mapping->host) - 1) >> PAGE_SHIFT;
467 pgoff_t mark = index + ra->size - ra->async_size;
551 pgoff_t index = readahead_index(ractl);
555 pgoff_t prev_index, miss;
628 pgoff_t index = readahead_index(ractl);
629 pgoff_t expected, start, end, aligned_end, align;
760 pgoff_t new_index, new_nr_pages;