bcachefs-tools/libbcachefs/tier.h
2017-03-19 17:31:47 -08:00

9 lines
181 B
C

#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