Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c66 sm_entry_is_debug(uint64_t e) in sm_entry_is_debug() function
122 if (sm_entry_is_debug(e)) /* Skip debug entries */ in space_map_iterate()
230 ASSERT(sm_entry_is_debug(entry) || in space_map_reversed_last_block_entries()
304 if (sm_entry_is_debug(e)) { in space_map_incremental_destroy()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h195 boolean_t sm_entry_is_debug(uint64_t e);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c827 if (sm_entry_is_debug(word)) { in dump_spacemap()