Home
last modified time | relevance | path

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

/openbmc/linux/fs/iomap/
H A Dswapfile.c18 uint64_t highest_ppage; /* highest physical addr seen (pages) */ member
68 if (isi->highest_ppage < (next_ppage - 1)) in iomap_swapfile_add_extent()
69 isi->highest_ppage = next_ppage - 1; in iomap_swapfile_add_extent()
189 *pagespan = 1 + isi.highest_ppage - isi.lowest_ppage; in iomap_swapfile_activate()
/openbmc/linux/fs/btrfs/
H A Dinode.c10558 u64 highest_ppage; member
10593 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10594 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()
10861 *span = bsi.highest_ppage - bsi.lowest_ppage + 1; in btrfs_swap_activate()