Lines Matching refs:blocks_per_page
164 const unsigned blocks_per_page = PAGE_SIZE >> blkbits;
172 unsigned first_hole = blocks_per_page;
193 last_block = block_in_file + args->nr_pages * blocks_per_page;
214 if (page_block == blocks_per_page)
228 while (page_block < blocks_per_page) {
241 if (first_hole == blocks_per_page)
259 if (first_hole != blocks_per_page)
270 } else if (page_block == blocks_per_page)
279 if (first_hole != blocks_per_page) {
314 (first_hole != blocks_per_page))
317 args->last_block_in_bio = blocks[blocks_per_page - 1];
477 const unsigned blocks_per_page = PAGE_SIZE >> blkbits;
482 unsigned first_unmapped = blocks_per_page;
507 if (first_unmapped == blocks_per_page)
512 if (first_unmapped != blocks_per_page)
555 for (page_block = 0; page_block < blocks_per_page; ) {
634 if (boundary || (first_unmapped != blocks_per_page)) {
641 mpd->last_block_in_bio = blocks[blocks_per_page - 1];