bcachefs-tools/libbcache/migrate.h

9 lines
221 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#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 */