Searched refs:entry_map (Results 1 – 1 of 1) sorted by relevance
62 uint64_t *entry, *entry_map, *entry_map_end; in space_map_load() local79 entry_map = zio_buf_alloc(bufsize); in space_map_load()99 entry_map, DMU_READ_PREFETCH); in space_map_load()104 entry_map_end = entry_map + (size / sizeof (uint64_t)); in space_map_load()105 for (entry = entry_map; entry < entry_map_end; entry++) { in space_map_load()135 zio_buf_free(entry_map, bufsize); in space_map_load()249 uint64_t *entry, *entry_map, *entry_map_end; in space_map_write() local276 entry_map = zio_buf_alloc(sm->sm_blksz); in space_map_write()277 entry_map_end = entry_map + (sm->sm_blksz / sizeof (uint64_t)); in space_map_write()278 entry = entry_map; in space_map_write()[all …]