Lines Matching refs:pgoff_t
1010 pgoff_t index; in ext4_write_begin()
1449 pgoff_t first_page; /* The first page to write */
1450 pgoff_t next_page; /* Current page to examine */
1451 pgoff_t last_page; /* Last page to examine */
1465 pgoff_t index, end; in mpage_release_unused_pages()
2073 pgoff_t start, end; in mpage_map_and_submit_buffers()
2347 pgoff_t index = mpd->first_page; in mpage_prepare_extent_to_map()
2348 pgoff_t end = mpd->last_page; in mpage_prepare_extent_to_map()
2365 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in mpage_prepare_extent_to_map()
2450 pgoff_t writeback_index = 0; in ext4_writepages()
2689 pgoff_t index; in ext4_da_write_begin()