Home
last modified time | relevance | path

Searched defs:bcache_super_block (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dbcache.c27 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;
[all …]