btrfs ~master (2021-03-17T11:16:31Z)
Dub
Repo
enumerateChunks
btrfs
Enumerate all chunks in the filesystem.
void
enumerateChunks
(
int
fd
,
scope
void
delegate
(
u64
offset
,
const
ref
btrfs_chunk
chunk
)
callback
)
Parameters
fd
int
Handle to the filesystem
callback
void
delegate
(
u64
offset
,
const
ref
btrfs_chunk
chunk
)
Result callback
Meta
Source
See Implementation
btrfs
modules
c
functions
checkBtrfs
cloneRange
enumerateChunks
findRootBackRef
getSubvolumeID
inoLookup
inoPaths
isBTRFS
isSubvolume
logicalIno
sameExtent
treeSearch
manifest constants
BTRFS_SUPER_MAGIC
structs
Extent
SameExtentResult
variables
treeSearchAllObjectIDs
treeSearchAllOffsets
treeSearchAllTransIDs
Enumerate all chunks in the filesystem.