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.c63 sm_entry_is_debug(uint64_t e) in sm_entry_is_debug() function
120 if (sm_entry_is_debug(e)) { in space_map_iterate()
251 ASSERT(sm_entry_is_debug(entry) || in space_map_reversed_last_block_entries()
325 if (sm_entry_is_debug(e)) { in space_map_incremental_destroy()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h204 boolean_t sm_entry_is_debug(uint64_t e);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1560 if (sm_entry_is_debug(word)) { in dump_spacemap()