/linux-6.12.1/fs/bcachefs/ |
D | trace.h | 116 bch2_btree_id_str(__entry->btree_id), 143 bch2_btree_id_str(__entry->btree_id), 604 bch2_btree_id_str(__entry->btree_id), 668 bch2_btree_id_str(__entry->btree_id), 1096 bch2_btree_id_str(__entry->btree_id), 1152 bch2_btree_id_str(__entry->btree_id), 1311 bch2_btree_id_str(__entry->btree_id), 1349 bch2_btree_id_str(__entry->btree), 1476 bch2_btree_id_str(__entry->btree_id), 1513 bch2_btree_id_str(__entry->btree_id), [all …]
|
D | bbpos.h | 32 prt_str(out, bch2_btree_id_str(pos.btree)); in bch2_bbpos_to_text()
|
D | btree_gc.c | 213 bch2_btree_id_str(b->c.btree_id), b->c.level); in btree_check_node_boundaries() 281 bch2_btree_id_str(b->c.btree_id), b->c.level); in btree_repair_node_end() 350 bch2_btree_id_str(b->c.btree_id), in bch2_btree_repair_topology_recurse() 487 bch2_btree_id_str(b->c.btree_id), in bch2_btree_repair_topology_recurse() 527 bch_info(c, "btree root %s unreadable, must recover from scan", bch2_btree_id_str(i)); in bch2_check_topology() 534 "no nodes found for btree %s, continue?", bch2_btree_id_str(i)); in bch2_check_topology() 563 bch_err(c, "empty btree root %s", bch2_btree_id_str(i)); in bch2_check_topology() 734 bch2_btree_id_str(btree))) in bch2_gc_btrees()
|
D | btree_cache.h | 141 const char *bch2_btree_id_str(enum btree_id);
|
D | recovery.c | 45 bch_err(c, "flagging btree %s lost data", bch2_btree_id_str(btree)); in bch2_btree_lost_data() 358 bch2_btree_id_str(k->btree_id), k->level); in bch2_journal_replay() 522 bch2_btree_id_str(i)) || in read_btree_roots() 526 bch2_btree_id_str(i), r->level, bch2_err_str(ret))) { in read_btree_roots()
|
D | backpointers.c | 85 bch2_btree_id_str(bp->btree_id), in bch2_backpointer_to_text() 504 prt_printf(&buf, "\n %s ", bch2_btree_id_str(btree)); in check_extent_checksum() 506 prt_printf(&buf, "\n %s ", bch2_btree_id_str(o_btree)); in check_extent_checksum() 642 bch2_btree_id_str(bp.btree_id), bp.level); in check_bp_exists()
|
D | btree_cache.c | 1010 bch2_btree_id_str(b->c.btree_id), b->c.level); in btree_bad_header() 1015 bch2_btree_id_str(BTREE_NODE_ID(b->data)), in btree_bad_header() 1388 const char *bch2_btree_id_str(enum btree_id btree) in bch2_btree_id_str() function 1404 bch2_btree_id_str(b->c.btree_id), in bch2_btree_pos_to_text() 1482 prt_btree_cache_line(out, c, bch2_btree_id_str(i), bc->nr_by_btree[i]); in bch2_btree_cache_to_text()
|
D | btree_node_scan.c | 26 bch2_btree_id_str(n->btree_id), n->level, n->seq, in found_btree_node_to_text() 502 prt_printf(&buf, "recovering %s l=%u ", bch2_btree_id_str(btree), level); in bch2_get_scanned_nodes()
|
D | btree_key_cache.c | 229 bch2_btree_id_str(path->btree_id)); in btree_key_cache_create() 247 bch2_btree_id_str(ck->key.btree_id), key_u64s); in btree_key_cache_create()
|
D | debug.c | 475 prt_printf(out, "%px btree=%s l=%u\n", b, bch2_btree_id_str(b->c.btree_id), b->c.level); in bch2_cached_btree_node_to_text() 886 d = debugfs_create_dir(bch2_btree_id_str(bd->id), c->btree_debug_dir); in bch2_fs_debug_btree_init()
|
D | bkey_methods.c | 160 return type == BKEY_TYPE_btree ? "internal btree node" : bch2_btree_id_str(type - 1); in bch2_btree_node_type_str()
|
D | btree_iter.c | 357 panic("not locked: %s %s\n", bch2_btree_id_str(id), buf.buf); in bch2_assert_pos_locked() 1454 bch2_btree_id_str(i->btree_id), in bch2_trans_updates_to_text() 1494 bch2_btree_id_str(path->btree_id), in bch2_btree_path_to_text_short() 3253 bch2_btree_id_str(path->btree_id), in check_btree_paths_leaked() 3342 b->level, bch2_btree_id_str(b->btree_id)); in bch2_btree_bkey_cached_common_to_text() 3385 bch2_btree_id_str(path->btree_id)); in bch2_btree_trans_to_text()
|
D | btree_update_interior.c | 102 bch2_btree_id_str(b->c.btree_id), b->c.level); in bch2_btree_node_check_topology() 123 bch2_btree_id_str(b->c.btree_id), b->c.level); in bch2_btree_node_check_topology() 134 bch2_btree_id_str(b->c.btree_id), b->c.level); in bch2_btree_node_check_topology() 2579 bch2_btree_id_str(as->btree_id), in bch2_btree_update_to_text()
|
D | btree_journal_iter.c | 632 pr_err("%s l=%u %s", bch2_btree_id_str(i->btree_id), i->level, buf.buf); in bch2_journal_keys_dump()
|
D | alloc_background.c | 721 bch2_btree_id_str(btree), in bch2_bucket_do_index() 1399 bch2_btree_id_str(iter->btree_id), pos.inode, pos.offset)) in bch2_check_discard_freespace_key() 1410 bch2_btree_id_str(iter->btree_id), in bch2_check_discard_freespace_key()
|
D | sysfs.c | 305 prt_printf(out, "%s: ", bch2_btree_id_str(c->gc_gens_btree)); in bch2_gc_gens_pos_to_text()
|
D | disk_accounting.c | 220 prt_printf(out, "btree=%s", bch2_btree_id_str(k->btree.id)); in bch2_accounting_key_to_text()
|
D | btree_trans_commit.c | 393 bch2_btree_id_str(path->btree_id), new_u64s); in btree_key_can_insert_cached_slowpath()
|
D | btree_io.c | 29 bch2_btree_id_str(BTREE_NODE_ID(bn)), in bch2_btree_node_header_to_text() 1348 __func__, bch2_btree_id_str(b->c.btree_id), b->c.level, buf.buf); in btree_node_read_work()
|
D | journal_io.c | 424 prt_printf(out, "btree=%s l=%u ", bch2_btree_id_str(entry->btree_id), entry->level); in journal_entry_btree_keys_to_text()
|
D | fsck.c | 1108 bch2_btree_id_str(desc.btree_id), hash_k.k->p.inode, hash_k.k->p.offset, hash, in hash_check_key()
|