bcachefs-tools/libbcachefs/super_types.h

13 lines
235 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;
2017-03-01 13:45:15 +03:00
fmode_t mode;
2017-01-08 12:13:18 +03:00
};
#endif /* _BCACHE_SUPER_TYPES_H */