summaryrefslogtreecommitdiff
path: root/libbcachefs/migrate.h
blob: 81776bdcfe2399b6b505aead18bda54574d004dc (plain)
1
2
3
4
5
6
7
8
#ifndef _BCACHE_MIGRATE_H
#define _BCACHE_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 /* _BCACHE_MIGRATE_H */