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.h36 typedef struct bitmap_super_s { struct
37 __le32 magic; /* 0 BITMAP_MAGIC */
38 __le32 version; /* 4 the bitmap major for now, could change... */
39 __u8 uuid[16]; /* 8 128 bit uuid - must match md device uuid */
40 __le64 events; /* 24 event counter for the bitmap (1)*/
41 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
42 __le64 sync_size; /* 40 the size of the md device's sync range(3) */
43 __le32 state; /* 48 bitmap state information */
44 __le32 chunksize; /* 52 the bitmap chunk size in bytes */
45 __le32 daemon_sleep; /* 56 seconds between disk flushes */
[all …]