blob: b53e83d96b94685033f29efe28883f9bfa0d0625 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _BCACHE_TIER_H
#define _BCACHE_TIER_H
void bch_tiering_stop(struct cache_set *);
int bch_tiering_start(struct cache_set *);
void bch_fs_tiering_init(struct cache_set *);
#endif
|