summaryrefslogtreecommitdiff
path: root/libbcache/tier.h
blob: 89c2bffde9575fe7264de0026e7af161e0b6ab24 (plain)
1
2
3
4
5
6
7
8
#ifndef _BCACHE_TIER_H
#define _BCACHE_TIER_H

void bch_tiering_init_cache_set(struct cache_set *);
int bch_tiering_read_start(struct cache_set *);
void bch_tiering_read_stop(struct cache_set *);

#endif