/linux/fs/bcachefs/ |
H A D | data_update.c | 107 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(new)); in trace_move_extent_finish2() 111 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(insert)); in trace_move_extent_finish2() 156 bch2_bkey_val_to_text(&buf, c, old); in trace_move_extent_fail2() 159 bch2_bkey_val_to_text(&buf, c, new); in trace_move_extent_fail2() 162 bch2_bkey_val_to_text(&buf, c, wrote); in trace_move_extent_fail2() 166 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(insert)); in trace_move_extent_fail2() 345 bch2_bkey_val_to_text(&buf, c, old); in __bch2_data_update_index_update() 347 bch2_bkey_val_to_text(&buf, c, k); in __bch2_data_update_index_update() 349 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(insert)); in __bch2_data_update_index_update() 363 bch2_bkey_val_to_text(&buf, c, old); in __bch2_data_update_index_update() [all …]
|
H A D | backpointers.c | 99 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&new_bp->k_i)); in backpointer_mod_err() 104 bch2_bkey_val_to_text(&buf, c, found_bp); in backpointer_mod_err() 108 bch2_bkey_val_to_text(&buf, c, orig_k); in backpointer_mod_err() 116 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&new_bp->k_i)); in backpointer_mod_err() 120 bch2_bkey_val_to_text(&buf, c, found_bp); in backpointer_mod_err() 124 bch2_bkey_val_to_text(&buf, c, orig_k); in backpointer_mod_err() 212 bch2_bkey_val_to_text(&buf, c, bp.s_c); in backpointer_target_not_found() 215 bch2_bkey_val_to_text(&buf, c, target_k); in backpointer_target_not_found() 225 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&bp2.k_i)); in backpointer_target_not_found() 331 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_backpointer_has_valid_bucket() [all …]
|
H A D | buckets.c | 120 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_fix_ptr() 132 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_fix_ptr() 147 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in bch2_check_fix_ptr() 164 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in bch2_check_fix_ptr() 187 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_fix_ptr() 198 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_fix_ptr() 212 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in bch2_check_fix_ptr() 234 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_fix_ptr() 243 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_fix_ptr() 357 bch2_bkey_val_to_text(&buf, c, k); in bch2_check_fix_ptrs() [all …]
|
H A D | lru.c | 106 (bch2_bkey_val_to_text(&buf, c, referring_k), buf.buf))) { in bch2_lru_check_set() 172 (bch2_bkey_val_to_text(&buf1, c, lru_k), buf1.buf), in bch2_check_lru_key() 173 (bch2_bkey_val_to_text(&buf2, c, k), buf2.buf))) in bch2_check_lru_key()
|
H A D | btree_gc.c | 120 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in set_node_min() 156 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in set_node_max() 216 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in btree_check_node_boundaries() 220 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&prev->key)); in btree_check_node_boundaries() 224 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&cur->key)); in btree_check_node_boundaries() 285 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in btree_repair_node_end() 288 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&child->key)); in btree_repair_node_end() 349 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(cur_k.k)); in bch2_btree_repair_topology_recurse() 484 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in bch2_btree_repair_topology_recurse() 616 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_gc_mark_key() [all …]
|
H A D | logged_ops.c | 44 (bch2_bkey_val_to_text(&buf, c, k), in resume_logged_op() 112 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(k)); in bch2_logged_op_finish()
|
H A D | str_hash.c | 238 bch2_bkey_val_to_text(&buf, c, hash_k), buf.buf))) { in __bch2_str_hash_check_key() 273 bch2_bkey_val_to_text(&buf, c, hash_k), in __bch2_str_hash_check_key() 275 bch2_bkey_val_to_text(&buf, c, k), in __bch2_str_hash_check_key()
|
H A D | fsck.c | 50 bch2_bkey_val_to_text(out, c, dirent.s_c); in dirent_inode_mismatch_msg() 919 bch2_bkey_val_to_text(&buf, c, k); in lookup_inode_for_snapshot() 1482 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in check_key_has_inode() 1490 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in check_key_has_inode() 1631 bch2_bkey_val_to_text(&buf, c, k1); in overlapping_extents_found() 1660 bch2_bkey_val_to_text(&buf, c, k2); in overlapping_extents_found() 1778 bch2_bkey_val_to_text(&buf, c, k); in check_extent_overbig() 1845 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_extent() 2008 bch2_bkey_val_to_text(&buf, c, d.s_c), in check_dirent_inode_dirent() 2017 bch2_bkey_val_to_text(&buf, c, d.s_c), in check_dirent_inode_dirent() [all …]
|
H A D | snapshot.c | 488 (bch2_bkey_val_to_text(&buf, c, st.s_c), in check_snapshot_tree() 492 : bch2_bkey_val_to_text(&buf, c, snapshot_k.s_c), in check_snapshot_tree() 509 bch2_bkey_val_to_text(&buf, c, st.s_c), buf.buf)) || in check_snapshot_tree() 516 bch2_bkey_val_to_text(&buf, c, st.s_c), buf.buf)) || in check_snapshot_tree() 521 bch2_bkey_val_to_text(&buf, c, st.s_c), buf.buf))) { in check_snapshot_tree() 706 (bch2_bkey_val_to_text(&buf, c, k), buf.buf)); in check_snapshot() 745 (bch2_bkey_val_to_text(&buf, c, k), buf.buf)); in check_snapshot() 759 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_snapshot() 777 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_snapshot() 789 real_depth, (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_snapshot() [all …]
|
H A D | ec.c | 211 (bch2_bkey_val_to_text(&buf, c, s.s_c), buf.buf))) { in __mark_stripe_bucket() 222 (bch2_bkey_val_to_text(&buf, c, s.s_c), buf.buf))) { in __mark_stripe_bucket() 232 (bch2_bkey_val_to_text(&buf, c, s.s_c), buf.buf))) { in __mark_stripe_bucket() 242 (bch2_bkey_val_to_text(&buf, c, s.s_c), buf.buf))) { in __mark_stripe_bucket() 254 (bch2_bkey_val_to_text(&buf, c, s.s_c), buf.buf))) { in __mark_stripe_bucket() 311 (bch2_bkey_val_to_text(&buf, c, s.s_c), buf.buf))) { in mark_stripe_bucket() 482 bch2_bkey_val_to_text(&buf1, c, old); in bch2_trigger_stripe() 483 bch2_bkey_val_to_text(&buf2, c, new); in bch2_trigger_stripe() 664 bch2_bkey_val_to_text(&err, c, bkey_i_to_s_c(&buf->key)); in ec_validate_checksums() 908 bch2_bkey_val_to_text(&msgbuf, c, orig_k); in bch2_ec_read_extent() [all …]
|
H A D | io_read.c | 854 bch2_bkey_val_to_text(&buf, c, k); in read_from_stale_dirty_pointer() 862 bch2_bkey_val_to_text(&buf, c, k); in read_from_stale_dirty_pointer() 872 bch2_bkey_val_to_text(&buf, c, k); in read_from_stale_dirty_pointer() 918 bch2_bkey_val_to_text(&buf, c, k); in __bch2_read_extent() 929 bch2_bkey_val_to_text(&buf, c, k); in __bch2_read_extent() 1124 bch2_bkey_val_to_text(&buf, c, k); in __bch2_read_extent()
|
H A D | sb-clean.c | 120 bch2_bkey_val_to_text(&buf1, c, bkey_i_to_s_c(k1)); in bch2_verify_superblock_clean() 125 bch2_bkey_val_to_text(&buf2, c, bkey_i_to_s_c(k2)); in bch2_verify_superblock_clean()
|
H A D | reflink.c | 192 (bch2_bkey_val_to_text(&buf, c, p.s_c), buf.buf), in bch2_indirect_extent_missing_error() 316 bch2_bkey_val_to_text(&buf, c, p.s_c); in trans_trigger_reflink_p_segment() 318 bch2_bkey_val_to_text(&buf, c, k); in trans_trigger_reflink_p_segment() 791 (bch2_bkey_val_to_text(&buf, c, k), buf.buf), in bch2_gc_write_reflink_key()
|
H A D | bkey_methods.h | 64 void bch2_bkey_val_to_text(struct printbuf *, struct bch_fs *,
|
H A D | debug.c | 174 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in __bch2_btree_verify() 289 bch2_bkey_val_to_text(out, c, bkey_disassemble(b, k, &u)); in bch2_btree_node_ondisk_to_text() 381 bch2_bkey_val_to_text(&i->buf, i->c, k); in bch2_read_btree() 482 bch2_bkey_val_to_text(out, c, bkey_i_to_s_c(&b->key)); in bch2_cached_btree_node_to_text()
|
H A D | btree_update_interior.c | 103 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in bch2_btree_node_check_topology() 105 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(prev.k)); in bch2_btree_node_check_topology() 107 bch2_bkey_val_to_text(&buf, c, k); in bch2_btree_node_check_topology() 124 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in bch2_btree_node_check_topology() 135 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in bch2_btree_node_check_topology() 137 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(prev.k)); in bch2_btree_node_check_topology() 1422 bch2_bkey_val_to_text(&buf, trans->c, bkey_i_to_s_c(k)); in bch2_btree_insert_keys_interior() 2228 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(a->key.k)); in async_btree_node_rewrite_trans() 2231 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(a->key.k)); in async_btree_node_rewrite_trans() 2234 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in async_btree_node_rewrite_trans() [all …]
|
H A D | alloc_background.c | 673 bch2_bkey_val_to_text(&buf, c, alloc_k); in __need_discard_or_freespace_err() 941 (bch2_bkey_val_to_text(&buf, c, new.s_c), buf.buf))) in bch2_trigger_alloc() 1036 (bch2_bkey_val_to_text(&buf, c, new.s_c), buf.buf)); in bch2_trigger_alloc() 1213 bch2_bkey_val_to_text(&buf, c, alloc_k), buf.buf))) { in bch2_check_alloc_key() 1428 (bch2_bkey_val_to_text(&buf, c, alloc_k), buf.buf), in bch2_check_discard_freespace_key() 1509 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) in bch2_check_bucket_gens_key() 1518 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in bch2_check_bucket_gens_key() 1657 bch2_bkey_val_to_text(&buf, c, k); in bch2_check_alloc_info() 1722 bch2_bkey_val_to_text(&buf, c, alloc_k), buf.buf))) { in bch2_check_alloc_to_lru_ref()
|
H A D | btree_cache.c | 917 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(k)); in bch2_btree_node_fill() 926 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(k)); in bch2_btree_node_fill() 1013 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&b->key)); in btree_bad_header() 1421 bch2_bkey_val_to_text(out, c, k); in __bch2_btree_pos_to_text()
|
H A D | subvolume.c | 62 (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_subvol() 87 bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_subvol()
|
H A D | disk_accounting.c | 930 bch2_bkey_val_to_text(&buf, c, k); in bch2_verify_accounting_clean() 963 bch2_bkey_val_to_text(&buf, c, k); in bch2_verify_accounting_clean()
|
H A D | bkey_methods.c | 308 void bch2_bkey_val_to_text(struct printbuf *out, struct bch_fs *c, in bch2_bkey_val_to_text() function
|
H A D | error.c | 500 bch2_bkey_val_to_text(&buf, c, k); in __bch2_bkey_fsck_err()
|
H A D | btree_node_scan.c | 576 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&tmp.k)); in bch2_get_scanned_nodes()
|
H A D | rebalance.c | 363 bch2_bkey_val_to_text(&buf, c, k); in next_rebalance_extent()
|
H A D | btree_journal_iter.c | 793 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(i->k)); in bch2_journal_keys_dump()
|