Searched refs:first_ppage (Results 1 – 1 of 1) sorted by relevance
1930 uint64_t first_ppage; in iomap_swapfile_add_extent() local1939 first_ppage = ALIGN(iomap->addr, PAGE_SIZE) >> PAGE_SHIFT; in iomap_swapfile_add_extent()1944 if (first_ppage >= next_ppage) in iomap_swapfile_add_extent()1946 nr_pages = next_ppage - first_ppage; in iomap_swapfile_add_extent()1953 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent()1962 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()