Currently we just walk all extents in `dataruns()` in one go. We should support lookups by requested read offset for possible improved performance. https://www.kernel.org/doc/html/latest/filesystems/ext4/dynamic.html#extent-tree Coincides/depends on https://github.com/fox-it/dissect.util/issues/53.