Home
last modified time | relevance | path

Searched refs:first_ppage_reported (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/iomap/
H A Dswapfile.c35 uint64_t first_ppage_reported; in iomap_swapfile_add_extent() local
62 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent()
64 first_ppage_reported++; in iomap_swapfile_add_extent()
65 if (isi->lowest_ppage > first_ppage_reported) in iomap_swapfile_add_extent()
66 isi->lowest_ppage = first_ppage_reported; in iomap_swapfile_add_extent()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c10113 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local
10134 first_ppage_reported = first_ppage; in btrfs_add_swap_extent()
10136 first_ppage_reported++; in btrfs_add_swap_extent()
10137 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10138 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c10530 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local
10550 first_ppage_reported = first_ppage; in btrfs_add_swap_extent()
10552 first_ppage_reported++; in btrfs_add_swap_extent()
10553 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10554 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()

Completed in 26 milliseconds