Searched refs:bch_info (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | recovery.c | 58 bch_info(c, "dropping and reconstructing all alloc info"); in bch2_reconstruct_alloc() 536 bch_info(c, "will run btree node scan"); in read_btree_roots() 620 bch_info(c, "%s", buf.buf); in check_version_upgrade() 644 bch_info(c, "recovering from clean shutdown, journal seq %llu", in bch2_fs_recovery() 647 bch_info(c, "recovering from unclean shutdown"); in bch2_fs_recovery() 681 bch_info(c, "%s", buf.buf); in bch2_fs_recovery() 701 bch_info(c, "%s", buf.buf); in bch2_fs_recovery() 892 bch_info(c, "Fixed errors, running fsck a second time to verify fs is clean"); in bch2_fs_recovery() 970 bch_info(c, "scanning for old btree nodes: min_version %s", buf.buf); in bch2_fs_recovery() 977 bch_info(c, "scanning for old btree nodes done"); in bch2_fs_recovery()
|
D | btree_gc.c | 123 bch_info(c, "%s(): %s", __func__, buf.buf); in set_node_min() 159 bch_info(c, "%s(): %s", __func__, buf.buf); in set_node_max() 373 bch_info(c, "btree node %s older than nodes found by scanning", buf.buf); in bch2_btree_repair_topology_recurse() 406 bch_info(c, "dropped prev node"); 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()
|
D | recovery_passes.c | 109 bch_info(c, "running explicit recovery pass %s (%u), currently at %s (%u)", in bch2_run_explicit_recovery_pass()
|
D | btree_node_scan.c | 231 bch_info(ca, "%s: %2u%% done", __func__, in read_btree_nodes_worker() 507 bch_info(c, "%s(): %s", __func__, buf.buf); in bch2_get_scanned_nodes()
|
D | bcachefs.h | 294 #define bch_info(c, fmt, ...) \ macro 352 bch_info(c, fmt, ##__VA_ARGS__); \
|
D | super.c | 293 bch_info(c, "%sshutdown complete, journal seq %llu", in __bch2_fs_read_only() 452 bch_info(c, "going read-write"); in __bch2_fs_read_write() 996 bch_info(c, "%s", p.buf); in print_mount_opts()
|
D | journal_io.c | 1269 bch_info(c, "journal read done, but no entries found"); in bch2_journal_read() 1279 bch_info(c, "journal read done, replaying entries %llu-%llu", in bch2_journal_read() 1283 bch_info(c, "dropped unflushed entries %llu-%llu", in bch2_journal_read()
|
D | buckets.c | 358 bch_info(c, "updated %s", buf.buf); in bch2_check_fix_ptrs() 362 bch_info(c, "new key %s", buf.buf); in bch2_check_fix_ptrs()
|
D | backpointers.c | 854 bch_info(c, "%s", buf.buf); in progress_update_iter()
|
D | alloc_background.c | 2209 bch_info(ca, "%s: currently at %llu/%llu", in bch2_dev_freespace_init() 2300 bch_info(c, "initializing freespace"); in bch2_fs_freespace_init()
|
D | btree_io.c | 1293 bch_info(c, "retrying read"); in btree_node_read_work() 1325 bch_info(c, "retry success"); in btree_node_read_work()
|
D | fsck.c | 560 bch_info(c, "reconstructing subvol %u with root inode %llu", subvolid, inum); in reconstruct_subvol() 866 bch_info(c, "have key for inode %llu:%u but have inode in ancestor snapshot %u\n" in lookup_inode_for_snapshot()
|
D | btree_update_interior.c | 2230 bch_info(c, "%s: node to rewrite not found:, searching for seq %llu, got\n%s", in async_btree_node_rewrite_trans()
|