Searched refs:bch_err_ratelimited (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | bcachefs.h | 314 #define bch_err_ratelimited(c, fmt, ...) \ macro 339 bch_err_ratelimited(_c, "%s(): error %s", __func__, bch2_err_str(_ret));\
|
D | ec.c | 485 bch_err_ratelimited(c, "error marking nonexistent stripe %llu while marking\n" in bch2_trigger_stripe() 666 bch_err_ratelimited(ca, "%s", err.buf); in ec_validate_checksums() 707 bch_err_ratelimited(c, in ec_do_recov() 741 bch_err_ratelimited(ca->fs, in ec_block_endio() 772 bch_err_ratelimited(c, in ec_block_io() 910 bch_err_ratelimited(c, in bch2_ec_read_extent()
|
D | backpointers.c | 302 bch_err_ratelimited(c, "%s", buf.buf); in backpointer_not_found()
|
D | btree_io.c | 1347 bch_err_ratelimited(c, "%s: rewriting btree node at btree=%s level=%u %s due to error", in btree_node_read_work() 1667 bch_err_ratelimited(c, "%s", buf.buf); in bch2_btree_node_read()
|
D | buckets.c | 687 bch_err_ratelimited(c, "pointer to nonexistent stripe %llu\n while marking %s", in bch2_trigger_stripe_ptr()
|
D | fsck.c | 1650 bch_err_ratelimited(c, "fsck counted i_sectors wrong for inode %llu:%u: got %llu should be %llu", in check_i_sectors_notnested() 2090 …bch_err_ratelimited(c, "fsck counted subdirectories wrong for inum %llu:%u: got %llu should be %ll… in check_subdir_count_notnested()
|