mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-10 00:00:24 +03:00
11 lines
314 B
C
11 lines
314 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_BTREE_INIT_H
|
|
#define _BCACHEFS_BTREE_INIT_H
|
|
|
|
void bch2_fs_btree_exit(struct bch_fs *);
|
|
void bch2_fs_btree_init_early(struct bch_fs *);
|
|
int bch2_fs_btree_init(struct bch_fs *);
|
|
int bch2_fs_btree_init_rw(struct bch_fs *);
|
|
|
|
#endif /* _BCACHEFS_BTREE_INIT_H */
|