Searched defs:bcache_super_block (Results 1 – 1 of 1) sorted by relevance
27 struct bcache_super_block { struct28 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;[all …]