Home
last modified time | relevance | path

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

/linux-6.15/fs/iomap/
H A Dswapfile.c36 uint64_t first_ppage_reported; in iomap_swapfile_add_extent() local
63 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent()
65 first_ppage_reported++; in iomap_swapfile_add_extent()
66 if (isi->lowest_ppage > first_ppage_reported) in iomap_swapfile_add_extent()
67 isi->lowest_ppage = first_ppage_reported; in iomap_swapfile_add_extent()
/linux-6.15/fs/btrfs/
H A Dinode.c9871 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local
9891 first_ppage_reported = first_ppage; in btrfs_add_swap_extent()
9893 first_ppage_reported++; in btrfs_add_swap_extent()
9894 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
9895 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()