Lines Matching defs:last_block
5646 * This function checks the following: given that last_block is the place that
5651 * last_block is before or equal to that, we can tell whether or not having
5652 * visited last_block implies that all of subtree_root's children have been
5657 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block)
5661 ASSERT0(last_block->zb_level);
5684 last_block) <= 0);
5689 * if subtree_root is equal or ahead of last_block, i.e. still to be done.
5693 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block)
5695 ASSERT0(last_block->zb_level);
5700 last_block) >= 0);