]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcache/migrate.h
bcache in userspace; userspace fsck
[bcachefs-tools-debian] / libbcache / migrate.h
1 #ifndef _BCACHE_MIGRATE_H
2 #define _BCACHE_MIGRATE_H
3
4 int bch_move_data_off_device(struct cache *);
5 int bch_move_meta_data_off_device(struct cache *);
6 int bch_flag_data_bad(struct cache *);
7
8 #endif /* _BCACHE_MIGRATE_H */