Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/iomap/
H A Dswapfile.c36 uint64_t next_ppage; in iomap_swapfile_add_extent() local
48 next_ppage = ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >> in iomap_swapfile_add_extent()
52 if (first_ppage >= next_ppage) in iomap_swapfile_add_extent()
54 nr_pages = next_ppage - first_ppage; in iomap_swapfile_add_extent()
67 if (isi->highest_ppage < (next_ppage - 1)) in iomap_swapfile_add_extent()
68 isi->highest_ppage = next_ppage - 1; in iomap_swapfile_add_extent()
/kernel/linux/linux-6.6/fs/iomap/
H A Dswapfile.c37 uint64_t next_ppage; in iomap_swapfile_add_extent() local
49 next_ppage = ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >> 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()
68 if (isi->highest_ppage < (next_ppage - 1)) in iomap_swapfile_add_extent()
69 isi->highest_ppage = next_ppage - 1; 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
10126 next_ppage = ALIGN_DOWN(bsi->block_start + bsi->block_len, in btrfs_add_swap_extent()
10129 if (first_ppage >= next_ppage) in btrfs_add_swap_extent()
10131 nr_pages = next_ppage - first_ppage; in btrfs_add_swap_extent()
10139 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10140 bsi->highest_ppage = next_ppage - 1; 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
10543 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10545 if (first_ppage >= next_ppage) in btrfs_add_swap_extent()
10547 nr_pages = next_ppage - first_ppage; in btrfs_add_swap_extent()
10555 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10556 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()

Completed in 25 milliseconds