logicalIno

Get inode at this logical offset

void
logicalIno
(
int fd
,,
scope void delegate callback
,
bool ignoreOffset = false
,
ubyte[] buf = logicalInoBuf[]
)

Parameters

fd int

File descriptor to the root (subvolume) containing the inode

logical u64

Logical offset to resolve

callback void delegate

Result callback

ignoreOffset bool

Ignore the offset when querying extent ownership If this particular offset is not in use by any file but the extent is, this allows querying which file is pinning the offset.

buf ubyte[]

Query buffer

Meta