bcachefs-tools/libbcache/super_types.h

12 lines
218 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _BCACHE_SUPER_TYPES_H
#define _BCACHE_SUPER_TYPES_H
struct bcache_superblock {
2016-10-04 06:22:17 +03:00
struct bch_sb *sb;
2017-01-08 12:13:18 +03:00
struct block_device *bdev;
struct bio *bio;
unsigned page_order;
};
#endif /* _BCACHE_SUPER_TYPES_H */