bcachefs-tools/libbcache/super_types.h
Kent Overstreet a17f7bcec7 cmd_migrate
2017-03-09 09:14:11 -09:00

13 lines
235 B
C

#ifndef _BCACHE_SUPER_TYPES_H
#define _BCACHE_SUPER_TYPES_H
struct bcache_superblock {
struct bch_sb *sb;
struct block_device *bdev;
struct bio *bio;
unsigned page_order;
fmode_t mode;
};
#endif /* _BCACHE_SUPER_TYPES_H */