mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
9 lines
208 B
C
9 lines
208 B
C
#ifndef _BCACHEFS_TIER_H
|
|
#define _BCACHEFS_TIER_H
|
|
|
|
void bch2_tiering_stop(struct bch_fs *);
|
|
int bch2_tiering_start(struct bch_fs *);
|
|
void bch2_fs_tiering_init(struct bch_fs *);
|
|
|
|
#endif /* _BCACHEFS_TIER_H */
|