Lines Matching defs:cache_sb
159 struct cache_sb { struct
160 __u64 csum;
161 __u64 offset; /* sector where this sb was written */
162 __u64 version;
164 __u8 magic[16];
166 __u8 uuid[16];
167 union {
171 __u8 label[SB_LABEL_SIZE];
173 __u64 flags;
174 __u64 seq;
175 __u64 pad[8];
177 union {
210 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb) in SB_IS_BDEV() argument