Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dswapfile.c33 uint64_t first_ppage_reported; in iomap_swapfile_add_extent() local
60 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent()
62 first_ppage_reported++; in iomap_swapfile_add_extent()
63 if (isi->lowest_ppage > first_ppage_reported) in iomap_swapfile_add_extent()
64 isi->lowest_ppage = first_ppage_reported; in iomap_swapfile_add_extent()
/linux/fs/btrfs/
H A Dinode.c10218 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local
10238 first_ppage_reported = first_ppage; in btrfs_add_swap_extent()
10240 first_ppage_reported++; in btrfs_add_swap_extent()
10241 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10242 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()