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

int bch_move_data_off_device(struct cache *);
int bch_move_meta_data_off_device(struct cache *);
int bch_flag_data_bad(struct cache *);

#endif /* _BCACHE_MIGRATE_H */