| /linux-6.15/fs/bcachefs/ |
| H A D | errcode.c | 22 const char *bch2_err_str(int err) in bch2_err_str() function
|
| H A D | trace.h | 314 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret)); 561 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret)); 635 strscpy(__entry->node, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node)); 1482 strscpy(__entry->bch_err, bch2_err_str(bch_err), sizeof(__entry->bch_err)); 1483 strscpy(__entry->std_err, bch2_err_str(std_err), sizeof(__entry->std_err)); 1748 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1753 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1758 strscpy(__entry->node2, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1763 strscpy(__entry->node3, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1833 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); [all …]
|
| H A D | logged_ops.c | 114 buf.buf, bch2_err_str(ret)); in bch2_logged_op_finish()
|
| H A D | bcachefs.h | 337 bch_err(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\ 343 bch_err_ratelimited(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\ 350 ##__VA_ARGS__, bch2_err_str(_ret)); \
|
| H A D | checksum.c | 557 bch_err(c, "error requesting encryption key: %s", bch2_err_str(ret)); in bch2_decrypt_sb_key() 644 bch_err(c, "error requesting encryption key: %s", bch2_err_str(ret));
|
| H A D | journal_io.c | 1151 bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret)); in journal_read_bucket() 1921 bch2_err_str(ret)); in bch2_journal_write_prep() 1935 bch2_err_str(ret)); in bch2_journal_write_prep() 1992 if (bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret))) in bch2_journal_write_prep() 2109 bch2_err_str(ret)); in CLOSURE_CALLBACK()
|
| H A D | io_write.c | 603 "btree update error: %s", bch2_err_str(ret)); in __bch2_write_index() 1265 "btree update error: %s", bch2_err_str(ret)); in bch2_nocow_write_convert_unwritten() 1426 "%s(): btree lookup error: %s", __func__, bch2_err_str(ret)); in bch2_nocow_write() 1546 "%s(): %s", __func__, bch2_err_str(ret)); in __bch2_write()
|
| H A D | movinggc.c | 164 if (bch2_fs_fatal_err_on(ret, c, "%s: from bch2_btree_write_buffer_tryflush()", bch2_err_str(ret))) in bch2_copygc_get_buckets()
|
| H A D | journal.c | 175 bch2_err_str(error)); in journal_error_check_stuck() 750 prt_printf(&buf, bch2_fmt(c, "Journal stuck? Waited for 10 seconds, err %s"), bch2_err_str(ret)); in bch2_journal_res_get_slowpath() 1680 prt_printf(out, "current entry error:\t%s\n", bch2_err_str(j->cur_entry_error)); in __bch2_journal_debug_to_text()
|
| H A D | recovery.c | 349 if (bch2_fs_fatal_err_on(ret, c, "error replaying accounting; %s", bch2_err_str(ret))) in bch2_journal_replay() 585 buf.buf, bch2_err_str(ret))) { in read_btree_roots()
|
| H A D | btree_trans_commit.c | 777 bch2_fs_fatal_error(c, "fatal error in transaction commit: %s", bch2_err_str(ret)); in bch2_trans_commit_write_locked() 938 "%s: incorrectly got %s\n", __func__, bch2_err_str(ret)); in bch2_trans_commit_error()
|
| H A D | opts.c | 616 pr_err("Error parsing option %s: %s", name, bch2_err_str(ret)); in bch2_parse_mount_opts()
|
| H A D | errcode.h | 355 const char *bch2_err_str(int);
|
| H A D | io_misc.c | 120 prt_printf(&buf, "fallocate error: %s", bch2_err_str(ret)); in bch2_extent_fallocate()
|
| H A D | btree_io.c | 1119 "decrypting btree node: %s", bch2_err_str(ret))) in bch2_btree_node_read_done() 1149 "decrypting btree node: %s", bch2_err_str(ret))) in bch2_btree_node_read_done() 2132 prt_printf(&buf, "writing btree node: %s\n ", bch2_err_str(ret)); in btree_node_write_work() 2406 "encrypting btree node: %s", bch2_err_str(ret))) in __bch2_btree_node_write()
|
| H A D | io_read.c | 976 prt_printf(&buf, "%s\n ", bch2_err_str(ret)); in __bch2_read_extent() 1358 prt_printf(&buf, "data read error: %s", bch2_err_str(ret)); in __bch2_read()
|
| H A D | move.c | 112 prt_printf(&buf, "ret\t%s\n", bch2_err_str(op->error)); in move_write_done() 394 prt_str(&buf, bch2_err_str(ret)); in bch2_move_extent()
|
| H A D | fsck.c | 1679 bch_info(c, "repair ret %s", bch2_err_str(ret)); in overlapping_extents_found() 2618 bch2_err_str(ret), buf.buf); in check_path_loop() 2932 bch_err(c, "error in fsck walking inodes: %s", bch2_err_str(ret)); in check_nlinks_update_hardlinks() 3137 pr_err("ret %s", bch2_err_str(ret)); in bch2_ioctl_fsck_offline()
|
| H A D | btree_iter.c | 1222 bch2_err_str(ret), ret, in bch2_btree_path_traverse_one() 1223 bch2_err_str(trans->restarted), trans->restarted); in bch2_btree_path_traverse_one() 1442 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error() 1446 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error() 1557 prt_str(out, bch2_err_str(ret)); in bch2_btree_path_to_text()
|
| H A D | compress.c | 284 bch2_write_op_error(op, op->pos.offset, "%s", bch2_err_str(ret)); in bch2_bio_uncompress_inplace()
|
| H A D | alloc_background.c | 977 bch2_err_str(ret))) in bch2_trigger_alloc() 1953 bch2_err_str(ret)); in bch2_do_discards_work() 2047 …trace_discard_buckets_fast(c, s.seen, s.open, s.need_journal_commit, s.discarded, bch2_err_str(ret… in bch2_do_discards_fast_work()
|
| H A D | btree_locking.c | 743 prt_str(&buf, bch2_err_str(PTR_ERR(f->b))); in bch2_trans_relock_fail()
|
| H A D | chardev.c | 297 bch_err(c, "Error setting device state: %s", bch2_err_str(ret)); in bch2_ioctl_disk_set_state()
|
| H A D | btree_key_cache.c | 483 "flushing key cache: %s", bch2_err_str(ret)); in btree_key_cache_flush_pos()
|
| H A D | fs.c | 151 bch2_err_str(ret), in bch2_write_inode() 2572 pr_err("error: %s", bch2_err_str(ret)); in bch2_fs_get_tree() 2633 pr_err("Error parsing option %s: %s", param->key, bch2_err_str(ret)); in bch2_fs_parse_param()
|