]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/btree_write_buffer.h
Update bcachefs sources to feaca6edbd24 mean and variance: Promote to lib/math
[bcachefs-tools-debian] / libbcachefs / btree_write_buffer.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_BTREE_WRITE_BUFFER_H
3 #define _BCACHEFS_BTREE_WRITE_BUFFER_H
4
5 int bch2_btree_write_buffer_flush_locked(struct btree_trans *);
6 int bch2_btree_write_buffer_flush_nocheck_rw(struct btree_trans *);
7 int bch2_btree_write_buffer_flush_sync(struct btree_trans *);
8 int bch2_btree_write_buffer_tryflush(struct btree_trans *);
9
10 int bch2_btree_insert_keys_write_buffer(struct btree_trans *);
11
12 void bch2_fs_btree_write_buffer_exit(struct bch_fs *);
13 int bch2_fs_btree_write_buffer_init(struct bch_fs *);
14
15 #endif /* _BCACHEFS_BTREE_WRITE_BUFFER_H */