Searched refs:pblock (Results 1 – 1 of 1) sorted by relevance
229 struct pending_block *pblock; in finish_block() local394 for (pblock = pending_blocks; in finish_block()395 pblock && pblock != old_blocks; in finish_block()396 pblock = pblock->next) in finish_block()398 if (BLOCK_SUPERBLOCK (pblock->block) == NULL) in finish_block()404 if (BLOCK_START (pblock->block) < BLOCK_START (block) || in finish_block()405 BLOCK_END (pblock->block) > BLOCK_END (block)) in finish_block()417 paddr_nz (BLOCK_START (pblock->block)), in finish_block()418 paddr_nz (BLOCK_END (pblock->block)), in finish_block()422 if (BLOCK_START (pblock->block) < BLOCK_START (block)) in finish_block()[all …]