Home
last modified time | relevance | path

Searched refs:bch_write_op (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dio_write.h18 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 Dio_write.c523 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 Ddata_update.h49 struct bch_write_op op;
56 int bch2_data_update_index_update(struct bch_write_op *);
H A Dio_write_types.h40 struct bch_write_op { struct
43 void (*end_io)(struct bch_write_op *); argument
H A Dcompress.h50 struct bch_write_op;
51 int bch2_bio_uncompress_inplace(struct bch_write_op *, struct bio *);
H A Dfs-io-direct.c247 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 Dfs-io-buffered.c389 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 Ddata_update.c183 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 Dcompress.c256 int bch2_bio_uncompress_inplace(struct bch_write_op *op, in bch2_bio_uncompress_inplace()
H A Dio_read.c178 static void promote_done(struct bch_write_op *wop) in promote_done()
H A Dmove.c101 static void move_write_done(struct bch_write_op *op) in move_write_done()