Lines Matching refs:blocks_per_page
225 const unsigned blocks_per_page = PAGE_SIZE >> blkbits;
246 unsigned first_hole = blocks_per_page;
257 last_block = block_in_file + nr_pages * blocks_per_page;
279 if (page_block == blocks_per_page)
292 while (page_block < blocks_per_page) {
308 if (first_hole == blocks_per_page)
314 if (first_hole != blocks_per_page)
325 } else if (page_block == blocks_per_page)
332 if (first_hole != blocks_per_page) {
379 (first_hole != blocks_per_page)) {
383 last_block_in_bio = blocks[blocks_per_page - 1];