| /fs/bcachefs/ |
| A D | trace.h | 218 strscpy(__entry->err_str, bch2_err_str(bch_err), sizeof(__entry->err_str)); 237 strscpy(__entry->bch_err, bch2_err_str(bch_err), sizeof(__entry->bch_err)); 238 strscpy(__entry->std_err, bch2_err_str(std_err), sizeof(__entry->std_err)); 358 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret)); 610 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret)); 684 strscpy(__entry->node, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node)); 1698 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1703 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1708 strscpy(__entry->node2, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1713 strscpy(__entry->node3, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); [all …]
|
| A D | errcode.c | 23 const char *bch2_err_str(int err) in bch2_err_str() function
|
| A D | logged_ops.c | 114 buf.buf, bch2_err_str(ret)); in bch2_logged_op_finish()
|
| A D | bcachefs.h | 373 bch_err(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\ 379 bch_err_ratelimited(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\ 386 ##__VA_ARGS__, bch2_err_str(_ret)); \
|
| 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));
|
| A D | io_write.c | 618 "btree update error: %s", bch2_err_str(ret)); in __bch2_write_index() 1281 "btree update error: %s", bch2_err_str(ret)); in bch2_nocow_write_convert_unwritten() 1443 "%s(): btree lookup error: %s", __func__, bch2_err_str(ret)); in bch2_nocow_write() 1564 "%s(): %s", __func__, bch2_err_str(ret)); in __bch2_write() 1762 prt_printf(out, "ret\t%s\n", bch2_err_str(op->error)); in bch2_write_op_to_text()
|
| A D | journal_io.c | 1166 bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret)); in journal_read_bucket() 1722 bch2_err_str(err)); in CLOSURE_CALLBACK() 1990 bch2_err_str(ret)); in bch2_journal_write_prep() 2004 bch2_err_str(ret)); in bch2_journal_write_prep() 2071 if (bch2_fs_fatal_err_on(ret, c, "encrypting journal entry: %s", bch2_err_str(ret))) in bch2_journal_write_checksum() 2229 bch2_err_str(ret)); in CLOSURE_CALLBACK()
|
| A D | io_read.c | 652 prt_str(&buf, bch2_err_str(ret)); in bch2_rbio_retry() 1071 prt_printf(&buf, "%s\n ", bch2_err_str(ret)); in __bch2_read_extent() 1456 prt_printf(&buf, "data read error: %s", bch2_err_str(ret)); in __bch2_read() 1502 prt_printf(out, "ret:\t%s\n", bch2_err_str(ret)); in bch2_read_bio_to_text()
|
| A D | btree_iter.c | 1236 bch2_err_str(ret), ret, in bch2_btree_path_traverse_one() 1237 bch2_err_str(trans->restarted), trans->restarted); in bch2_btree_path_traverse_one() 1456 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error() 1460 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error() 1571 prt_str(out, bch2_err_str(ret)); in bch2_btree_path_to_text() 2340 prt_str(&buf, bch2_err_str(ret)); in __bch2_btree_iter_peek() 2511 prt_str(&buf, bch2_err_str(ret)); in bch2_btree_iter_peek_max() 2765 prt_str(&buf, bch2_err_str(ret)); in bch2_btree_iter_peek_prev_min() 2938 prt_str(&buf, bch2_err_str(ret)); in bch2_btree_iter_peek_slot()
|
| A D | recovery.c | 382 if (bch2_fs_fatal_err_on(ret, c, "error replaying accounting; %s", bch2_err_str(ret))) in bch2_journal_replay() 618 buf.buf, bch2_err_str(ret))) { in read_btree_roots() 1156 prt_printf(&buf, "error in recovery: %s\n", bch2_err_str(ret)); in bch2_fs_recovery()
|
| A D | btree_locking.c | 704 prt_printf(&buf, "node %s ", IS_ERR(f.b) ? bch2_err_str(PTR_ERR(f.b)) : in __bch2_btree_path_upgrade() 787 prt_str(&buf, bch2_err_str(PTR_ERR(f->b))); in bch2_trans_relock_fail()
|
| A D | btree_io.c | 1169 "decrypting btree node: %s", bch2_err_str(ret))) in bch2_btree_node_read_done() 1205 "decrypting btree node: %s", bch2_err_str(ret))) in bch2_btree_node_read_done() 1460 prt_printf(&buf, "ret %s", bch2_err_str(ret)); in btree_node_read_work() 2223 prt_printf(&buf, "writing btree node: %s\n ", bch2_err_str(ret)); in btree_node_write_work() 2496 "encrypting btree node: %s", bch2_err_str(ret))) in __bch2_btree_node_write()
|
| A D | movinggc.c | 154 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 | btree_trans_commit.c | 790 bch2_fs_fatal_error(c, "fatal error in transaction commit: %s", bch2_err_str(ret)); in bch2_trans_commit_write_locked() 948 "%s: incorrectly got %s\n", __func__, bch2_err_str(ret)); in bch2_trans_commit_error()
|
| A D | journal.c | 176 bch2_err_str(error)); in journal_error_check_stuck() 757 prt_printf(&buf, bch2_fmt(c, "Journal stuck? Waited for 10 seconds, err %s"), bch2_err_str(ret)); in bch2_journal_res_get_slowpath() 1760 prt_printf(out, "current entry error:\t%s\n", bch2_err_str(j->cur_entry_error)); in __bch2_journal_debug_to_text()
|
| A D | errcode.h | 359 __attribute__((const)) const char *bch2_err_str(int);
|
| A D | io_misc.c | 120 prt_printf(&buf, "fallocate error: %s", bch2_err_str(ret)); in bch2_extent_fallocate()
|
| A D | opts.c | 717 pr_err("Error parsing option %s: %s", name, bch2_err_str(ret)); in bch2_parse_mount_opts()
|
| A D | fsck.c | 1764 bch_info(c, "repair ret %s", bch2_err_str(ret)); in overlapping_extents_found() 2748 bch2_err_str(ret), buf.buf); in check_path_loop() 3063 bch_err(c, "error in fsck walking inodes: %s", bch2_err_str(ret)); in check_nlinks_update_hardlinks() 3268 pr_err("ret %s", bch2_err_str(ret)); in bch2_ioctl_fsck_offline()
|
| A D | compress.c | 284 bch2_write_op_error(op, op->pos.offset, "%s", bch2_err_str(ret)); in bch2_bio_uncompress_inplace()
|
| A D | chardev.c | 297 bch_err(c, "Error setting device state: %s", bch2_err_str(ret)); in bch2_ioctl_disk_set_state()
|
| A D | alloc_background.c | 996 bch2_err_str(ret))) in bch2_trigger_alloc() 1958 bch2_err_str(ret)); in bch2_do_discards_work() 2052 …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()
|
| A D | fs.c | 155 bch2_err_str(ret), in bch2_write_inode() 2592 pr_err("error: %s", bch2_err_str(ret)); in bch2_fs_get_tree() 2653 pr_err("Error parsing option %s: %s", param->key, bch2_err_str(ret)); in bch2_fs_parse_param()
|
| A D | btree_key_cache.c | 492 "flushing key cache: %s", bch2_err_str(ret)); in btree_key_cache_flush_pos()
|
| A D | tests.c | 794 bch_err(j->c, "%ps: error %s", j->fn, bch2_err_str(ret)); in btree_perf_test_thread()
|