Home
last modified time | relevance | path

Searched refs:next_ppage (Results 1 – 1 of 1) sorted by relevance

/linux/fs/iomap/
H A Dswapfile.c34 uint64_t next_ppage; in iomap_swapfile_add_extent() local
46 next_ppage = ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >> in iomap_swapfile_add_extent()
50 if (first_ppage >= next_ppage) in iomap_swapfile_add_extent()
52 nr_pages = next_ppage - first_ppage; in iomap_swapfile_add_extent()
65 if (isi->highest_ppage < (next_ppage - 1)) in iomap_swapfile_add_extent()
66 isi->highest_ppage = next_ppage - 1; in iomap_swapfile_add_extent()