| /linux/fs/bcachefs/ |
| A D | checksum.c | 174 pr_err("error requesting chacha20 cipher: %s", bch2_err_str(ret)); in bch2_chacha_encrypt_key() 181 pr_err("error from crypto_skcipher_setkey(): %s", bch2_err_str(ret)); in bch2_chacha_encrypt_key() 642 bch_err(c, "error requesting encryption key: %s", bch2_err_str(ret)); in bch2_decrypt_sb_key() 673 bch_err(c, "error requesting chacha20 module: %s", bch2_err_str(ret)); in bch2_alloc_ciphers() 680 bch_err(c, "error requesting poly1305 module: %s", bch2_err_str(ret)); in bch2_alloc_ciphers() 745 bch_err(c, "error requesting encryption key: %s", bch2_err_str(ret)); in bch2_enable_encryption() 799 bch_err(c, "error requesting sha256 module: %s", bch2_err_str(ret)); in bch2_fs_encryption_init()
|
| A D | trace.h | 290 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret)); 513 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret)); 587 strscpy(__entry->node, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node)); 1438 strscpy(__entry->bch_err, bch2_err_str(bch_err), sizeof(__entry->bch_err)); 1439 strscpy(__entry->std_err, bch2_err_str(std_err), sizeof(__entry->std_err)); 1704 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1709 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1714 strscpy(__entry->node2, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1719 strscpy(__entry->node3, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1789 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); [all …]
|
| A D | errcode.c | 22 const char *bch2_err_str(int err) in bch2_err_str() function
|
| A D | logged_ops.c | 113 buf.buf, bch2_err_str(ret)); in bch2_logged_op_finish()
|
| A D | bcachefs.h | 333 bch_err(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\ 339 bch_err_ratelimited(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\ 346 ##__VA_ARGS__, bch2_err_str(_ret)); \
|
| A D | journal_io.c | 1105 bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret)); in journal_read_bucket() 1847 bch2_err_str(ret)); in bch2_journal_write_prep() 1861 bch2_err_str(ret)); in bch2_journal_write_prep() 1918 if (bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret))) in bch2_journal_write_prep() 2032 bch2_err_str(ret)); in CLOSURE_CALLBACK()
|
| A D | io_write.c | 541 bch2_err_str(ret)); in __bch2_write_index() 1182 bch2_err_str(ret)); in bch2_nocow_write_convert_unwritten() 1345 "%s: btree lookup error %s", __func__, bch2_err_str(ret)); in bch2_nocow_write() 1472 bch2_err_str(ret)); in __bch2_write()
|
| A D | movinggc.c | 165 if (bch2_fs_fatal_err_on(ret, c, "%s: from bch2_btree_write_buffer_tryflush()", bch2_err_str(ret))) in bch2_copygc_get_buckets()
|
| A D | chardev.c | 250 pr_err("ret %s", bch2_err_str(ret)); in bch2_ioctl_fsck_offline() 420 bch_err(c, "Error setting device state: %s", bch2_err_str(ret)); in bch2_ioctl_disk_set_state()
|
| A D | errcode.h | 285 const char *bch2_err_str(int);
|
| A D | recovery.c | 292 if (bch2_fs_fatal_err_on(ret, c, "error replaying accounting; %s", bch2_err_str(ret))) in bch2_journal_replay() 526 bch2_btree_id_str(i), r->level, bch2_err_str(ret))) { in read_btree_roots()
|
| A D | btree_trans_commit.c | 829 bch2_fs_fatal_error(c, "fatal error in transaction commit: %s", bch2_err_str(ret)); in bch2_trans_commit_write_locked() 992 "%s: incorrectly got %s\n", __func__, bch2_err_str(ret)); in bch2_trans_commit_error()
|
| A D | btree_io.c | 1072 "decrypting btree node: %s", bch2_err_str(ret))) in bch2_btree_node_read_done() 1113 "decrypting btree node: %s", bch2_err_str(ret))) in bch2_btree_node_read_done() 1887 "writing btree node: %s", bch2_err_str(ret)); in btree_node_write_work() 2140 "encrypting btree node: %s", bch2_err_str(ret))) in __bch2_btree_node_write()
|
| A D | io_misc.c | 120 "%s(): error: %s", __func__, bch2_err_str(ret)); in bch2_extent_fallocate()
|
| A D | btree_locking.c | 742 prt_str(&buf, bch2_err_str(PTR_ERR(f->b))); in bch2_trans_relock_fail()
|
| A D | btree_key_cache.c | 441 "flushing key cache: %s", bch2_err_str(ret)); in btree_key_cache_flush_pos()
|
| A D | btree_iter.c | 1216 bch2_err_str(ret), ret, in bch2_btree_path_traverse_one() 1217 bch2_err_str(trans->restarted), trans->restarted); in bch2_btree_path_traverse_one() 1433 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error() 1544 prt_str(out, bch2_err_str(ret)); in bch2_btree_path_to_text()
|
| A D | btree_write_buffer.c | 479 bch2_fs_fatal_err_on(ret, c, "%s", bch2_err_str(ret)); in bch2_btree_write_buffer_flush_locked()
|
| A D | tests.c | 790 bch_err(j->c, "%ps: error %s", j->fn, bch2_err_str(ret)); in btree_perf_test_thread()
|
| A D | debug.c | 219 prt_printf(out, "IO error reading btree node: %s\n", bch2_err_str(ret)); in bch2_btree_node_ondisk_to_text()
|
| A D | fs.c | 112 bch2_err_str(ret), in bch2_write_inode() 2253 pr_err("error: %s", bch2_err_str(ret)); in bch2_fs_get_tree()
|
| A D | move.c | 375 prt_str(&buf, bch2_err_str(ret)); in bch2_move_extent()
|
| A D | alloc_background.c | 960 "setting bucket_needs_journal_commit: %s", bch2_err_str(ret))) in bch2_trigger_alloc() 1896 bch2_err_str(ret)); in bch2_do_discards_work()
|
| A D | io_read.c | 878 bch2_err_str(pick_ret), in __bch2_read_extent()
|
| A D | super-io.c | 746 prt_printf(&err, "error opening %s: %s", path, bch2_err_str(ret)); in __bch2_read_super()
|