Home
last modified time | relevance | path

Searched refs:space_map_length (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h146 uint64_t space_map_length(space_map_t *sm);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspace_map.c64 end = space_map_length(sm); in space_map_load()
528 space_map_length(space_map_t *sm) in space_map_length() function
H A Dmetaslab.c1681 object_size = space_map_length(msp->ms_sm); in metaslab_should_condense()
1713 space_map_length(msp->ms_sm), avl_numnodes(&msp->ms_tree->rt_root), in metaslab_condense()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c688 for (offset = 0; offset < space_map_length(sm); in dump_spacemap()