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

void bch2_tiering_stop(struct bch_fs *);
int bch2_tiering_start(struct bch_fs *);
void bch2_fs_tiering_init(struct bch_fs *);

#endif