Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _BCACHEFS_BTREE_WRITE_BUFFER_H
3#define _BCACHEFS_BTREE_WRITE_BUFFER_H
4
5int __bch2_btree_write_buffer_flush(struct btree_trans *, unsigned, bool);
6int bch2_btree_write_buffer_flush_sync(struct btree_trans *);
7int bch2_btree_write_buffer_flush(struct btree_trans *);
8
9int bch2_btree_insert_keys_write_buffer(struct btree_trans *);
10
11void bch2_fs_btree_write_buffer_exit(struct bch_fs *);
12int bch2_fs_btree_write_buffer_init(struct bch_fs *);
13
14#endif /* _BCACHEFS_BTREE_WRITE_BUFFER_H */