Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c54 sm_entry_is_debug(uint64_t e) in sm_entry_is_debug() function
110 if (sm_entry_is_debug(e)) { in space_map_iterate()
241 ASSERT(sm_entry_is_debug(entry) || in space_map_reversed_last_block_entries()
315 if (sm_entry_is_debug(e)) { in space_map_incremental_destroy()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h195 boolean_t sm_entry_is_debug(uint64_t e);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1760 if (sm_entry_is_debug(word)) { in dump_spacemap()