HomeSort by: relevance | last modified time | path
    Searched defs:entry_map_end (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
space_map.c 62 uint64_t *entry, *entry_map, *entry_map_end; local
104 entry_map_end = entry_map + (size / sizeof (uint64_t));
105 for (entry = entry_map; entry < entry_map_end; entry++) {
248 uint64_t *entry, *entry_map, *entry_map_end; local
276 entry_map_end = entry_map + (sm->sm_blksz / sizeof (uint64_t));
300 if (entry == entry_map_end) {

Completed in 13 milliseconds