diff options
Diffstat (limited to 'fs/bcachefs/data_update.h')
| -rw-r--r-- | fs/bcachefs/data_update.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/fs/bcachefs/data_update.h b/fs/bcachefs/data_update.h index 991095bbd469..8d36365bdea8 100644 --- a/fs/bcachefs/data_update.h +++ b/fs/bcachefs/data_update.h @@ -17,6 +17,9 @@ struct data_update_opts {  	unsigned	write_flags;  }; +void bch2_data_update_opts_to_text(struct printbuf *, struct bch_fs *, +				   struct bch_io_opts *, struct data_update_opts *); +  struct data_update {  	/* extent being updated: */  	enum btree_id		btree_id; @@ -27,6 +30,8 @@ struct data_update {  	struct bch_write_op	op;  }; +void bch2_data_update_to_text(struct printbuf *, struct data_update *); +  int bch2_data_update_index_update(struct bch_write_op *);  void bch2_data_update_read_done(struct data_update *, |