Home
last modified time | relevance | path

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

/linux-6.1.9/fs/iomap/
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.1.9/fs/btrfs/
Dinode.c10920 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local
10941 first_ppage_reported = first_ppage; in btrfs_add_swap_extent()
10943 first_ppage_reported++; in btrfs_add_swap_extent()
10944 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10945 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()