findRootBackRef

Find a root's parent root, and where it is within it

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

Parameters

fd int

Handle to the filesystem

rootID __u64

The child root ID whose parent to find

callback void delegate

Result callback

Meta