Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c69 sm_entry_is_single_word(uint64_t e) in sm_entry_is_single_word() function
146 if (sm_entry_is_single_word(e)) { in space_map_iterate()
252 sm_entry_is_single_word(entry)); in space_map_reversed_last_block_entries()
333 if (sm_entry_is_single_word(e)) { in space_map_incremental_destroy()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h205 boolean_t sm_entry_is_single_word(uint64_t e);
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1539 if (sm_entry_is_single_word(word)) { in dump_spacemap()