Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c109 uint64_t *block_end = block_start + in space_map_iterate() local
117 block_cursor < block_end && error == 0; block_cursor++) { in space_map_iterate()
160 VERIFY3P(block_cursor, <=, block_end); in space_map_iterate()
569 uint64_t *block_end = block_base + (sm->sm_blksz / sizeof (uint64_t)); in space_map_write_seg() local
573 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg()
585 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg()
591 if (block_cursor == block_end) { in space_map_write_seg()
607 block_end = block_base + in space_map_write_seg()
617 if (next_entry == block_end && words > 1) { in space_map_write_seg()
625 ASSERT3P(block_cursor, ==, block_end); in space_map_write_seg()
[all …]