Home
last modified time | relevance | path

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

12

/fs/bcachefs/
A Dtrace.h218 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 Derrcode.c23 const char *bch2_err_str(int err) in bch2_err_str() function
A Dlogged_ops.c114 buf.buf, bch2_err_str(ret)); in bch2_logged_op_finish()
A Dbcachefs.h373 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 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));
A Dio_write.c618 "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 Djournal_io.c1166 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 Dio_read.c652 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 Dbtree_iter.c1236 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 Drecovery.c382 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 Dbtree_locking.c704 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 Dbtree_io.c1169 "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 Dmovinggc.c154 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 Dbtree_trans_commit.c790 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 Djournal.c176 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 Derrcode.h359 __attribute__((const)) const char *bch2_err_str(int);
A Dio_misc.c120 prt_printf(&buf, "fallocate error: %s", bch2_err_str(ret)); in bch2_extent_fallocate()
A Dopts.c717 pr_err("Error parsing option %s: %s", name, bch2_err_str(ret)); in bch2_parse_mount_opts()
A Dfsck.c1764 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 Dcompress.c284 bch2_write_op_error(op, op->pos.offset, "%s", bch2_err_str(ret)); in bch2_bio_uncompress_inplace()
A Dchardev.c297 bch_err(c, "Error setting device state: %s", bch2_err_str(ret)); in bch2_ioctl_disk_set_state()
A Dalloc_background.c996 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 Dfs.c155 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 Dbtree_key_cache.c492 "flushing key cache: %s", bch2_err_str(ret)); in btree_key_cache_flush_pos()
A Dtests.c794 bch_err(j->c, "%ps: error %s", j->fn, bch2_err_str(ret)); in btree_perf_test_thread()

Completed in 71 milliseconds

12