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

void bch_tiering_stop(struct bch_fs *);
int bch_tiering_start(struct bch_fs *);
void bch_fs_tiering_init(struct bch_fs *);

#endif