summaryrefslogtreecommitdiff
path: root/libbcachefs/super_types.h
blob: 69c747de65fb9c1ec04efaa9d768fe2c8ce90807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */