SUBSYS(seastore_t, 0, 5)
SUBSYS(seastore_cleaner, 0, 5)
SUBSYS(seastore_lba, 0, 5)
+SUBSYS(seastore_lba_details, 0, 5)
SUBSYS(seastore_cache, 0, 5)
SUBSYS(seastore_journal, 0, 5)
SUBSYS(seastore_device, 0, 5)
mapped_space_visitor_t *visitor ///< [in] mapped space visitor
) {
LOG_PREFIX(LBATree::lookup_depth_range);
- SUBDEBUGT(seastore_lba, "{} -> {}", c.trans, from, to);
+ SUBDEBUGT(seastore_lba_details, "{} -> {}", c.trans, from, to);
return seastar::do_with(
from,
[c, to, visitor, &iter, &li, &ll](auto &d) {
auto riter = ll(*(root_entry.node));
root_entry.pos = riter->get_offset();
}
- SUBDEBUGT(seastore_lba, "got root, depth {}", c.trans, root.get_depth());
+ SUBDEBUGT(seastore_lba_details, "got root, depth {}", c.trans, root.get_depth());
return lookup_depth_range(
c,
iter,