enumerateDevExtents

Enumerate all device allocations in the filesystem. This is roughly the inverse of enumerateChunks.

void
enumerateDevExtents
(
int fd
,
scope void delegate callback
,)

Parameters

fd int

Handle to the filesystem

callback void delegate

Result callback

devIDs __u64[2]

Filter device. Default is all devices.

Meta