Lines Matching defs:cache_sb
226 struct cache_sb { struct
227 __u64 offset; /* sector where this sb was written */
228 __u64 version;
230 __u8 magic[16];
232 __u8 uuid[16];
233 union {
237 __u8 label[SB_LABEL_SIZE];
239 __u64 flags;
240 __u64 seq;
242 __u64 feature_compat;
243 __u64 feature_incompat;
244 __u64 feature_ro_compat;
246 union {
278 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb) in SB_IS_BDEV() argument