Searched refs:bch2_write_op_error (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | io_write.h | 18 void bch2_write_op_error(struct bch_write_op *op, u64, const char *, ...);
|
| H A D | io_write.c | 426 void bch2_write_op_error(struct bch_write_op *op, u64 offset, const char *fmt, ...) in bch2_write_op_error() function 602 bch2_write_op_error(op, bkey_start_offset(&insert->k), in __bch2_write_index() 951 bch2_write_op_error(op, op->pos.offset, in bch2_write_prep_encoded_data() 1264 bch2_write_op_error(op, bkey_start_offset(&insert->k), in bch2_nocow_write_convert_unwritten() 1425 bch2_write_op_error(op, op->pos.offset, in bch2_nocow_write() 1545 bch2_write_op_error(op, op->pos.offset, in __bch2_write() 1673 bch2_write_op_error(op, op->pos.offset, "misaligned write"); in CLOSURE_CALLBACK()
|
| H A D | compress.c | 270 bch2_write_op_error(op, op->pos.offset, in bch2_bio_uncompress_inplace() 284 bch2_write_op_error(op, op->pos.offset, "%s", bch2_err_str(ret)); in bch2_bio_uncompress_inplace()
|