Home
last modified time | relevance | path

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

/linux-6.1.9/fs/iomap/
Dswapfile.c17 uint64_t lowest_ppage; /* lowest physical addr seen (pages) */ member
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()
155 .lowest_ppage = (sector_t)-1ULL, in iomap_swapfile_activate()
189 *pagespan = 1 + isi.highest_ppage - isi.lowest_ppage; in iomap_swapfile_activate()
/linux-6.1.9/fs/btrfs/
Dinode.c10909 u64 lowest_ppage; member
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()
10976 .lowest_ppage = (sector_t)-1ULL, in btrfs_swap_activate()
11211 *span = bsi.highest_ppage - bsi.lowest_ppage + 1; in btrfs_swap_activate()