Searched refs:first_ppage (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/iomap/ |
D | swapfile.c | 33 uint64_t first_ppage; in iomap_swapfile_add_extent() local 42 first_ppage = ALIGN(iomap->addr, PAGE_SIZE) >> PAGE_SHIFT; in iomap_swapfile_add_extent() 47 if (first_ppage >= next_ppage) in iomap_swapfile_add_extent() 49 nr_pages = next_ppage - first_ppage; in iomap_swapfile_add_extent() 56 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent() 65 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()
|
/Linux-v5.4/fs/btrfs/ |
D | inode.c | 10705 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local 10708 first_ppage = ALIGN(bsi->block_start, PAGE_SIZE) >> PAGE_SHIFT; in btrfs_add_swap_extent() 10712 if (first_ppage >= next_ppage) in btrfs_add_swap_extent() 10714 nr_pages = next_ppage - first_ppage; in btrfs_add_swap_extent() 10716 first_ppage_reported = first_ppage; in btrfs_add_swap_extent() 10724 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()
|