Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ space_map_object
Function
space_map_object
freebsd/contrib/openzfs/module/zfs/space_map.c:1081–1085 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1079
}
1080
1081
uint64_t
1082
space_map_object(space_map_t *sm)
1083
{
1084
return (sm != NULL ? sm->sm_object : 0);
1085
}
1086
1087
int64_t
1088
space_map_allocated(space_map_t *sm)
Callers
15
metaslab_weight_from_spacemap
Function · 0.85
metaslab_condense
Function · 0.85
metaslab_sync
Function · 0.85
vdev_dtl_sync
Function · 0.85
space_map_iterate
Function · 0.85
space_map_reversed_last_block_entries
Function · 0.85
space_map_histogram_add
Function · 0.85
space_map_write_intro_debug
Function · 0.85
space_map_write_seg
Function · 0.85
space_map_write_impl
Function · 0.85
space_map_write
Function · 0.85
space_map_truncate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected