Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c79 sm_entry_is_double_word(uint64_t e) in sm_entry_is_double_word() function
134 ASSERT(sm_entry_is_double_word(e)); in space_map_iterate()
214 if (sm_entry_is_double_word(entry)) { in space_map_reversed_last_block_entries()
318 ASSERT(sm_entry_is_double_word(e)); in space_map_incremental_destroy()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h197 boolean_t sm_entry_is_double_word(uint64_t e);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c850 ASSERT(sm_entry_is_double_word(word)); in dump_spacemap()