Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dswapfile.c15 uint64_t highest_ppage; /* highest physical addr seen (pages) */ member
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()
187 *pagespan = 1 + isi.highest_ppage - isi.lowest_ppage; in iomap_swapfile_activate()