Lines Matching defs:bcache_super_block
27 struct bcache_super_block { struct
28 uint64_t csum;
29 uint64_t offset; /* sector where this sb was written */
30 uint64_t version;
32 uint8_t magic[16];
34 uint8_t uuid[16];
35 union {
39 uint8_t label[SB_LABEL_SIZE];
41 uint64_t flags;
42 uint64_t seq;
43 uint64_t pad[8];
45 union {
87 #define BCACHE_SB_MAGIC_OFF offsetof (struct bcache_super_block, magic) argument