Searched defs:entry_map (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c58 uint64_t *entry, *entry_map, *entry_map_end; local
75 entry_map = zio_buf_alloc(bufsize);
95 entry_map, DMU_READ_PREFETCH);
100 entry_map_end = entry_map + (size / sizeof (uint64_t));
101 for (entry = entry_map; entry < entry_map_end; entry++) {
131 zio_buf_free(entry_map, bufsize);
244 uint64_t *entry, *entry_map, *entry_map_end; local
271 entry_map = zio_buf_alloc(sm->sm_blksz);
272 entry_map_end = entry_map + (sm->sm_blksz / sizeof (uint64_t));
273 entry = entry_map;
[all...]

Completed in 61 milliseconds