Home
last modified time | relevance | path

Searched refs:bch2_err_str (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/fs/bcachefs/
H A Derrcode.c22 const char *bch2_err_str(int err) in bch2_err_str() function
H A Dtrace.h314 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 Dlogged_ops.c114 buf.buf, bch2_err_str(ret)); in bch2_logged_op_finish()
H A Dbcachefs.h337 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 Dchecksum.c557 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 Djournal_io.c1151 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 Dio_write.c603 "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 Dmovinggc.c164 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 Djournal.c175 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 Drecovery.c349 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 Dbtree_trans_commit.c777 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 Dopts.c616 pr_err("Error parsing option %s: %s", name, bch2_err_str(ret)); in bch2_parse_mount_opts()
H A Derrcode.h355 const char *bch2_err_str(int);
H A Dio_misc.c120 prt_printf(&buf, "fallocate error: %s", bch2_err_str(ret)); in bch2_extent_fallocate()
H A Dbtree_io.c1119 "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 Dio_read.c976 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 Dmove.c112 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 Dfsck.c1679 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 Dbtree_iter.c1222 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 Dcompress.c284 bch2_write_op_error(op, op->pos.offset, "%s", bch2_err_str(ret)); in bch2_bio_uncompress_inplace()
H A Dalloc_background.c977 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 Dbtree_locking.c743 prt_str(&buf, bch2_err_str(PTR_ERR(f->b))); in bch2_trans_relock_fail()
H A Dchardev.c297 bch_err(c, "Error setting device state: %s", bch2_err_str(ret)); in bch2_ioctl_disk_set_state()
H A Dbtree_key_cache.c483 "flushing key cache: %s", bch2_err_str(ret)); in btree_key_cache_flush_pos()
H A Dfs.c151 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()

12