Lines Matching refs:blocks_per_page
231 const unsigned blocks_per_page = PAGE_SIZE >> blkbits;
252 unsigned first_hole = blocks_per_page;
264 last_block = block_in_file + nr_pages * blocks_per_page;
286 if (page_block == blocks_per_page)
299 while (page_block < blocks_per_page) {
315 if (first_hole == blocks_per_page)
321 if (first_hole != blocks_per_page)
332 } else if (page_block == blocks_per_page)
339 if (first_hole != blocks_per_page) {
353 if (fully_mapped && blocks_per_page == 1 &&
392 (first_hole != blocks_per_page)) {
396 last_block_in_bio = blocks[blocks_per_page - 1];