MCPcopy Create free account
hub / github.com/F-Stack/f-stack / space_map_nblocks

Function space_map_nblocks

freebsd/contrib/openzfs/module/zfs/space_map.c:1099–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099uint64_t
1100space_map_nblocks(space_map_t *sm)
1101{
1102 if (sm == NULL)
1103 return (0);
1104 return (DIV_ROUND_UP(space_map_length(sm), sm->sm_blksz));
1105}

Callers 2

spa_ld_log_sm_dataFunction · 0.85

Calls 1

space_map_lengthFunction · 0.85

Tested by

no test coverage detected