Lines Matching refs:bch_write_op
371 static int bch2_write_index_default(struct bch_write_op *op) in bch2_write_index_default()
431 void bch2_write_op_error(struct bch_write_op *op, u64 offset, const char *fmt, ...) in bch2_write_op_error()
536 static void __bch2_write(struct bch_write_op *);
540 struct bch_write_op *op = container_of(cl, struct bch_write_op, cl); in bch2_write_done()
559 static noinline int bch2_write_drop_io_error_ptrs(struct bch_write_op *op) in bch2_write_drop_io_error_ptrs()
589 static void __bch2_write_index(struct bch_write_op *op) in __bch2_write_index()
672 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK()
690 static inline void bch2_write_queue(struct bch_write_op *op, struct write_point *wp) in bch2_write_queue()
705 struct bch_write_op *op; in bch2_write_point_do_index_updates()
709 op = list_pop_entry(&wp->writes, struct bch_write_op, wp_list); in bch2_write_point_do_index_updates()
730 struct bch_write_op *op = container_of(cl, struct bch_write_op, cl); in bch2_write_endio()
781 static void init_append_extent(struct bch_write_op *op, in init_append_extent()
859 struct bch_write_op *op, in bch2_write_rechecksum()
884 static noinline int bch2_write_prep_encoded_data(struct bch_write_op *op, struct write_point *wp) in bch2_write_prep_encoded_data()
983 static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp, in bch2_write_extent()
1198 static bool bch2_extent_is_writeable(struct bch_write_op *op, in bch2_extent_is_writeable()
1259 static void bch2_nocow_write_convert_unwritten(struct bch_write_op *op) in bch2_nocow_write_convert_unwritten()
1288 static void __bch2_nocow_write_done(struct bch_write_op *op) in __bch2_nocow_write_done()
1298 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK()
1310 static void bch2_nocow_write(struct bch_write_op *op) in bch2_nocow_write()
1494 static void __bch2_write(struct bch_write_op *op) in __bch2_write()
1608 static void bch2_write_data_inline(struct bch_write_op *op, unsigned data_len) in bch2_write_data_inline()
1672 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK()
1740 void bch2_write_op_to_text(struct printbuf *out, struct bch_write_op *op) in bch2_write_op_to_text()