Home
last modified time | relevance | path

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

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