mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
9 lines
235 B
C
9 lines
235 B
C
#ifndef _BCACHEFS_MIGRATE_H
|
|
#define _BCACHEFS_MIGRATE_H
|
|
|
|
int bch2_move_data_off_device(struct bch_dev *);
|
|
int bch2_move_metadata_off_device(struct bch_dev *);
|
|
int bch2_flag_data_bad(struct bch_dev *);
|
|
|
|
#endif /* _BCACHEFS_MIGRATE_H */
|