summaryrefslogtreecommitdiff
path: root/libbcache/migrate.h
blob: c6a056cbd250b3b5f6c14769b95ebbbb4c237786 (plain)
1
2
3
4
5
6
7
8
#ifndef _BCACHE_MIGRATE_H
#define _BCACHE_MIGRATE_H

int bch_move_data_off_device(struct bch_dev *);
int bch_move_metadata_off_device(struct bch_dev *);
int bch_flag_data_bad(struct bch_dev *);

#endif /* _BCACHE_MIGRATE_H */