Searched refs:bch_write_op (Results 1 – 11 of 11) 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 *, ...); 48 static inline struct workqueue_struct *index_update_wq(struct bch_write_op *op) in index_update_wq() 61 static inline void bch2_write_op_init(struct bch_write_op *op, struct bch_fs *c, in bch2_write_op_init() 100 void bch2_write_op_to_text(struct printbuf *, struct bch_write_op *);
|
| H A D | io_write.c | 523 static void __bch2_write(struct bch_write_op *); 527 struct bch_write_op *op = container_of(cl, struct bch_write_op, cl); in bch2_write_done() 574 static void __bch2_write_index(struct bch_write_op *op) in __bch2_write_index() 657 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK() 690 struct bch_write_op *op; in bch2_write_point_do_index_updates() 715 struct bch_write_op *op = container_of(cl, struct bch_write_op, cl); in bch2_write_endio() 840 struct bch_write_op *op, in bch2_write_rechecksum() 1282 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK() 1294 static void bch2_nocow_write(struct bch_write_op *op) in bch2_nocow_write() 1476 static void __bch2_write(struct bch_write_op *op) in __bch2_write() [all …]
|
| H A D | data_update.h | 49 struct bch_write_op op; 56 int bch2_data_update_index_update(struct bch_write_op *);
|
| H A D | io_write_types.h | 40 struct bch_write_op { struct 43 void (*end_io)(struct bch_write_op *); argument
|
| H A D | compress.h | 50 struct bch_write_op; 51 int bch2_bio_uncompress_inplace(struct bch_write_op *, struct bio *);
|
| H A D | fs-io-direct.c | 247 struct bch_write_op op; 304 static void bch2_dio_write_loop_async(struct bch_write_op *); 581 static void bch2_dio_write_loop_async(struct bch_write_op *op) in bch2_dio_write_loop_async()
|
| H A D | fs-io-buffered.c | 389 struct bch_write_op op; 423 static void bch2_writepage_io_done(struct bch_write_op *op) in bch2_writepage_io_done() 508 struct bch_write_op *op; in bch2_writepage_io_alloc()
|
| H A D | data_update.c | 183 struct bch_write_op *op) in __bch2_data_update_index_update() 441 int bch2_data_update_index_update(struct bch_write_op *op) in bch2_data_update_index_update()
|
| H A D | compress.c | 256 int bch2_bio_uncompress_inplace(struct bch_write_op *op, in bch2_bio_uncompress_inplace()
|
| H A D | io_read.c | 178 static void promote_done(struct bch_write_op *wop) in promote_done()
|
| H A D | move.c | 101 static void move_write_done(struct bch_write_op *op) in move_write_done()
|