Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Diomap.c1932 uint64_t next_ppage; in iomap_swapfile_add_extent() local
1940 next_ppage = ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >> in iomap_swapfile_add_extent()
1944 if (first_ppage >= next_ppage) in iomap_swapfile_add_extent()
1946 nr_pages = next_ppage - first_ppage; in iomap_swapfile_add_extent()
1958 if (isi->highest_ppage < (next_ppage - 1)) in iomap_swapfile_add_extent()
1959 isi->highest_ppage = next_ppage - 1; in iomap_swapfile_add_extent()