next_ppage 10809 fs/btrfs/inode.c u64 first_ppage, first_ppage_reported, next_ppage; next_ppage 10813 fs/btrfs/inode.c next_ppage = ALIGN_DOWN(bsi->block_start + bsi->block_len, next_ppage 10816 fs/btrfs/inode.c if (first_ppage >= next_ppage) next_ppage 10818 fs/btrfs/inode.c nr_pages = next_ppage - first_ppage; next_ppage 10825 fs/btrfs/inode.c if (bsi->highest_ppage < (next_ppage - 1)) next_ppage 10826 fs/btrfs/inode.c bsi->highest_ppage = next_ppage - 1; next_ppage 35 fs/iomap/swapfile.c uint64_t next_ppage; next_ppage 43 fs/iomap/swapfile.c next_ppage = ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >> next_ppage 47 fs/iomap/swapfile.c if (first_ppage >= next_ppage) next_ppage 49 fs/iomap/swapfile.c nr_pages = next_ppage - first_ppage; next_ppage 61 fs/iomap/swapfile.c if (isi->highest_ppage < (next_ppage - 1)) next_ppage 62 fs/iomap/swapfile.c isi->highest_ppage = next_ppage - 1;