Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd-bitmap.h123 typedef struct bitmap_super_s { struct
124 __le32 magic; /* 0 BITMAP_MAGIC */
125 __le32 version; /* 4 the bitmap major for now, could change... */
126 __u8 uuid[16]; /* 8 128 bit uuid - must match md device uuid */
127 __le64 events; /* 24 event counter for the bitmap (1)*/
128 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
129 __le64 sync_size; /* 40 the size of the md device's sync range(3) */
130 __le32 state; /* 48 bitmap state information */
131 __le32 chunksize; /* 52 the bitmap chunk size in bytes */
132 __le32 daemon_sleep; /* 56 seconds between disk flushes */
[all …]