bcachefs-tools/libbcache/tier.h

9 lines
178 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _BCACHE_TIER_H
#define _BCACHE_TIER_H
2017-03-11 00:40:01 +03:00
void bch_tiering_stop(struct bch_fs *);
int bch_tiering_start(struct bch_fs *);
void bch_fs_tiering_init(struct bch_fs *);
2017-01-08 12:13:18 +03:00
#endif