bcachefs-tools/libbcache/migrate.h
Kent Overstreet ac1b32acb4 cmd_device_fail
Add a comamnd for setting a device as failed, update bcache sources
2017-03-09 09:14:11 -09:00

9 lines
220 B
C

#ifndef _BCACHE_MIGRATE_H
#define _BCACHE_MIGRATE_H
int bch_move_data_off_device(struct cache *);
int bch_move_metadata_off_device(struct cache *);
int bch_flag_data_bad(struct cache *);
#endif /* _BCACHE_MIGRATE_H */