Home
last modified time | relevance | path

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

/linux-6.15/fs/iomap/
H A Dswapfile.c35 uint64_t first_ppage; in iomap_swapfile_add_extent() local
48 first_ppage = ALIGN(iomap->addr, PAGE_SIZE) >> PAGE_SHIFT; in iomap_swapfile_add_extent()
53 if (first_ppage >= next_ppage) in iomap_swapfile_add_extent()
55 nr_pages = next_ppage - first_ppage; in iomap_swapfile_add_extent()
63 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent()
72 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); 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
9883 first_ppage = PAGE_ALIGN(bsi->block_start) >> PAGE_SHIFT; in btrfs_add_swap_extent()
9886 if (first_ppage >= next_ppage) in btrfs_add_swap_extent()
9888 nr_pages = next_ppage - first_ppage; in btrfs_add_swap_extent()
9891 first_ppage_reported = first_ppage; in btrfs_add_swap_extent()
9899 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()