MCPcopy 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
1081uint64_t
1082space_map_object(space_map_t *sm)
1083{
1084 return (sm != NULL ? sm->sm_object : 0);
1085}
1086
1087int64_t
1088space_map_allocated(space_map_t *sm)

Callers 15

metaslab_condenseFunction · 0.85
metaslab_syncFunction · 0.85
vdev_dtl_syncFunction · 0.85
space_map_iterateFunction · 0.85
space_map_histogram_addFunction · 0.85
space_map_write_segFunction · 0.85
space_map_write_implFunction · 0.85
space_map_writeFunction · 0.85
space_map_truncateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected