Lines Matching defs:cache_sb
156 struct cache_sb { struct
157 __u64 csum;
158 __u64 offset; /* sector where this sb was written */
159 __u64 version;
161 __u8 magic[16];
163 __u8 uuid[16];
164 union {
168 __u8 label[SB_LABEL_SIZE];
170 __u64 flags;
171 __u64 seq;
172 __u64 pad[8];
174 union {
207 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb) in SB_IS_BDEV() argument