Searched refs:entry_map (Results 1 – 1 of 1) sorted by relevance
58 uint64_t *entry, *entry_map, *entry_map_end; in space_map_load() local75 entry_map = zio_buf_alloc(bufsize); in space_map_load()95 entry_map, DMU_READ_PREFETCH); in space_map_load()100 entry_map_end = entry_map + (size / sizeof (uint64_t)); in space_map_load()101 for (entry = entry_map; entry < entry_map_end; entry++) { in space_map_load()131 zio_buf_free(entry_map, bufsize); in space_map_load()245 uint64_t *entry, *entry_map, *entry_map_end; in space_map_write() local272 entry_map = zio_buf_alloc(sm->sm_blksz); in space_map_write()273 entry_map_end = entry_map + (sm->sm_blksz / sizeof (uint64_t)); in space_map_write()274 entry = entry_map; in space_map_write()[all …]