diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-01-08 00:13:18 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-01-20 09:07:08 -0900 |
commit | b33fc8298f7e13226b9895abc57c9bfce5e3fa2d (patch) | |
tree | a3d2a5a909b6372f7777c1c5c18cef5f81d123a9 /libbcache/migrate.h | |
parent | 7f4191a202ea4558ca2d5eb8a47daea33c9999c7 (diff) |
bcache in userspace; userspace fsck
Diffstat (limited to 'libbcache/migrate.h')
-rw-r--r-- | libbcache/migrate.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libbcache/migrate.h b/libbcache/migrate.h new file mode 100644 index 0000000..55636e0 --- /dev/null +++ b/libbcache/migrate.h @@ -0,0 +1,8 @@ +#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 */ |