mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
9 lines
221 B
C
9 lines
221 B
C
#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 */
|