Lines Matching refs:bch_write_op
337 static int bch2_write_index_default(struct bch_write_op *op) in bch2_write_index_default()
458 static void __bch2_write(struct bch_write_op *);
462 struct bch_write_op *op = container_of(cl, struct bch_write_op, cl); in bch2_write_done()
480 static noinline int bch2_write_drop_io_error_ptrs(struct bch_write_op *op) in bch2_write_drop_io_error_ptrs()
509 static void __bch2_write_index(struct bch_write_op *op) in __bch2_write_index()
587 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK()
605 static inline void bch2_write_queue(struct bch_write_op *op, struct write_point *wp) in bch2_write_queue()
620 struct bch_write_op *op; in bch2_write_point_do_index_updates()
624 op = list_first_entry_or_null(&wp->writes, struct bch_write_op, wp_list); in bch2_write_point_do_index_updates()
647 struct bch_write_op *op = container_of(cl, struct bch_write_op, cl); in bch2_write_endio()
688 static void init_append_extent(struct bch_write_op *op, in init_append_extent()
763 struct bch_write_op *op, in bch2_write_rechecksum()
789 static int bch2_write_decrypt(struct bch_write_op *op) in bch2_write_decrypt()
820 } bch2_write_prep_encoded_data(struct bch_write_op *op, struct write_point *wp) in bch2_write_prep_encoded_data()
893 static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp, in bch2_write_extent()
1098 static bool bch2_extent_is_writeable(struct bch_write_op *op, in bch2_extent_is_writeable()
1162 static void bch2_nocow_write_convert_unwritten(struct bch_write_op *op) in bch2_nocow_write_convert_unwritten()
1194 static void __bch2_nocow_write_done(struct bch_write_op *op) in __bch2_nocow_write_done()
1204 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK()
1216 static void bch2_nocow_write(struct bch_write_op *op) in bch2_nocow_write()
1398 static void __bch2_write(struct bch_write_op *op) in __bch2_write()
1516 static void bch2_write_data_inline(struct bch_write_op *op, unsigned data_len) in bch2_write_data_inline()
1580 closure_type(op, struct bch_write_op, cl); in CLOSURE_CALLBACK()
1648 void bch2_write_op_to_text(struct printbuf *out, struct bch_write_op *op) in bch2_write_op_to_text()