Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ space_map_length
Function
space_map_length
freebsd/contrib/openzfs/module/zfs/space_map.c:1093–1097 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1091
}
1092
1093
uint64_t
1094
space_map_length(space_map_t *sm)
1095
{
1096
return (sm != NULL ? sm->sm_phys->smp_length : 0);
1097
}
1098
1099
uint64_t
1100
space_map_nblocks(space_map_t *sm)
Callers
15
vdev_indirect_mapping_load_obsolete_spacemap
Function · 0.85
spa_ld_log_sm_data
Function · 0.85
metaslab_load_impl
Function · 0.85
metaslab_should_condense
Function · 0.85
metaslab_condense
Function · 0.85
metaslab_flush_update
Function · 0.85
metaslab_flush
Function · 0.85
metaslab_sync_done
Function · 0.85
space_map_iterate
Function · 0.85
space_map_incremental_destroy
Function · 0.85
space_map_load
Function · 0.85
space_map_nblocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected