Searched refs:first_ppage (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | swapfile.c | 34 uint64_t first_ppage; in iomap_swapfile_add_extent() local 47 first_ppage = ALIGN(iomap->addr, PAGE_SIZE) >> PAGE_SHIFT; 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() 62 first_ppage_reported = first_ppage; in iomap_swapfile_add_extent() 71 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | swapfile.c | 35 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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 10113 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local 10125 first_ppage = ALIGN(bsi->block_start, PAGE_SIZE) >> PAGE_SHIFT; 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() 10134 first_ppage_reported = first_ppage; in btrfs_add_swap_extent() 10142 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 10530 u64 first_ppage, first_ppage_reported, next_ppage; in btrfs_add_swap_extent() local 10542 first_ppage = PAGE_ALIGN(bsi->block_start) >> 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() 10550 first_ppage_reported = first_ppage; in btrfs_add_swap_extent() 10558 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()
|
Completed in 39 milliseconds