Searched refs:bch2_err_str (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/fs/bcachefs/
H A Derrcode.c22 const char *bch2_err_str(int err) function
H A Dlogged_ops.c104 buf.buf, bch2_err_str(ret));
H A Dchecksum.c165 pr_err("error requesting chacha20 cipher: %s", bch2_err_str(ret));
172 pr_err("error from crypto_skcipher_setkey(): %s", bch2_err_str(ret));
631 bch_err(c, "error requesting encryption key: %s", bch2_err_str(ret));
663 bch_err(c, "error requesting chacha20 module: %s", bch2_err_str(ret));
672 bch_err(c, "error requesting poly1305 module: %s", bch2_err_str(ret));
734 bch_err(c, "error requesting encryption key: %s", bch2_err_str(ret));
787 bch_err(c, "error requesting sha256 module: %s", bch2_err_str(ret));
H A Dbcachefs.h330 bch_err(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\
336 bch_err_ratelimited(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\
343 ##__VA_ARGS__, bch2_err_str(_ret)); \
H A Dtrace.h241 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret));
464 strscpy(__entry->ret, bch2_err_str(ret), sizeof(__entry->ret));
536 strscpy(__entry->node, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node));
1445 strscpy(__entry->bch_err, bch2_err_str(bch_err), sizeof(__entry->bch_err));
1446 strscpy(__entry->std_err, bch2_err_str(std_err), sizeof(__entry->std_err));
H A Dmovinggc.c158 if (bch2_fs_fatal_err_on(ret, c, "%s: from bch2_btree_write_buffer_tryflush()", bch2_err_str(ret)))
H A Dio_write.c543 bch2_err_str(ret));
1184 bch2_err_str(ret));
1346 "%s: btree lookup error %s", __func__, bch2_err_str(ret));
1465 bch2_err_str(ret));
H A Derrcode.h267 const char *bch2_err_str(int);
H A Dchardev.c252 pr_err("ret %s", bch2_err_str(ret));
421 bch_err(c, "Error setting device state: %s", bch2_err_str(ret));
H A Dio_misc.c120 "%s(): error: %s", __func__, bch2_err_str(ret));
H A Dbtree_io.c1071 "decrypting btree node: %s", bch2_err_str(ret)))
1112 "decrypting btree node: %s", bch2_err_str(ret)))
1887 "writing btree node: %s", bch2_err_str(ret));
2143 "encrypting btree node: %s", bch2_err_str(ret)))
H A Djournal_io.c1086 bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret));
1861 bch2_err_str(ret));
1926 if (bch2_fs_fatal_err_on(ret, c, "decrypting journal entry: %s", bch2_err_str(ret)))
H A Dtests.c790 bch_err(j->c, "%ps: error %s", j->fn, bch2_err_str(ret));
H A Dbtree_locking.c748 prt_str(&buf, bch2_err_str(PTR_ERR(f.b)));
H A Ddebug.c219 prt_printf(out, "IO error reading btree node: %s\n", bch2_err_str(ret));
H A Dbtree_write_buffer.c405 bch2_fs_fatal_err_on(ret, c, "%s", bch2_err_str(ret));
H A Drecovery.c460 bch2_btree_id_str(i), r->level, bch2_err_str(ret))) {
H A Dbtree_key_cache.c681 "flushing key cache: %s", bch2_err_str(ret));
H A Dalloc_background.c856 "setting bucket_needs_journal_commit: %s", bch2_err_str(ret));
1815 bch2_err_str(ret));
H A Dbtree_trans_commit.c942 "%s: incorrectly got %s\n", __func__, bch2_err_str(ret));
H A Dmove.c405 prt_str(&buf, bch2_err_str(ret));
H A Dbtree_iter.c1200 bch2_err_str(ret), ret,
1201 bch2_err_str(trans->restarted), trans->restarted);
1383 bch2_err_str(trans->restarted),
H A Dalloc_foreground.c601 bch2_err_str(PTR_ERR(ob)));
H A Dbuckets.c994 bch2_err_str(ret));
H A Dsuper-io.c733 prt_printf(&err, "error opening %s: %s", path, bch2_err_str(ret));

Completed in 310 milliseconds

12