Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c275 uint64_t *entry, *entry_map, *entry_map_end; in space_map_load() local
297 entry_map = zio_buf_alloc(bufsize); in space_map_load()
313 error = dmu_read(os, smo->smo_object, offset, size, entry_map, in space_map_load()
319 entry_map_end = entry_map + (size / sizeof (uint64_t)); in space_map_load()
320 for (entry = entry_map; entry < entry_map_end; entry++) { in space_map_load()
344 zio_buf_free(entry_map, bufsize); in space_map_load()
410 uint64_t *entry, *entry_map, *entry_map_end; in space_map_sync() local
429 entry_map = zio_buf_alloc(bufsize); in space_map_sync()
430 entry_map_end = entry_map + (bufsize / sizeof (uint64_t)); in space_map_sync()
431 entry = entry_map; in space_map_sync()
[all …]