Lines Matching refs:pgoff_t
1009 pgoff_t index; in ext4_write_begin()
1428 pgoff_t first_page; /* The first page to write */
1429 pgoff_t next_page; /* Current page to examine */
1430 pgoff_t last_page; /* Last page to examine */
1444 pgoff_t index, end; in mpage_release_unused_pages()
2041 pgoff_t start, end; in mpage_map_and_submit_buffers()
2315 pgoff_t index = mpd->first_page; in mpage_prepare_extent_to_map()
2316 pgoff_t end = mpd->last_page; in mpage_prepare_extent_to_map()
2333 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in mpage_prepare_extent_to_map()
2418 pgoff_t writeback_index = 0; in ext4_writepages()
2658 pgoff_t index; in ext4_da_write_begin()