MCPcopy 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
1093uint64_t
1094space_map_length(space_map_t *sm)
1095{
1096 return (sm != NULL ? sm->sm_phys->smp_length : 0);
1097}
1098
1099uint64_t
1100space_map_nblocks(space_map_t *sm)

Callers 15

spa_ld_log_sm_dataFunction · 0.85
metaslab_load_implFunction · 0.85
metaslab_should_condenseFunction · 0.85
metaslab_condenseFunction · 0.85
metaslab_flush_updateFunction · 0.85
metaslab_flushFunction · 0.85
metaslab_sync_doneFunction · 0.85
space_map_iterateFunction · 0.85
space_map_loadFunction · 0.85
space_map_nblocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected