2017-01-08 12:13:18 +03:00
|
|
|
#ifndef _BCACHE_TIER_H
|
|
|
|
#define _BCACHE_TIER_H
|
|
|
|
|
2017-03-01 13:45:15 +03:00
|
|
|
void bch_tiering_stop(struct cache_set *);
|
|
|
|
int bch_tiering_start(struct cache_set *);
|
|
|
|
void bch_fs_tiering_init(struct cache_set *);
|
2017-01-08 12:13:18 +03:00
|
|
|
|
|
|
|
#endif
|