Lines Matching defs:bitmap_super_s
29 typedef struct bitmap_super_s { struct
30 __le32 magic; /* 0 BITMAP_MAGIC */
31 __le32 version; /* 4 the bitmap major for now, could change... */
32 __u8 uuid[16]; /* 8 128 bit uuid - must match md device uuid */
33 __le64 events; /* 24 event counter for the bitmap (1)*/
34 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
35 __le64 sync_size; /* 40 the size of the md device's sync range(3) */
36 __le32 state; /* 48 bitmap state information */
37 __le32 chunksize; /* 52 the bitmap chunk size in bytes */
38 __le32 daemon_sleep; /* 56 seconds between disk flushes */
39 __le32 write_behind; /* 60 number of outstanding write-behind writes */
40 __le32 sectors_reserved; /* 64 number of 512-byte sectors that are
42 __le32 nodes; /* 68 the maximum number of nodes in cluster. */
43 __u8 cluster_name[64]; /* 72 cluster name to which this md belongs */
44 __u8 pad[256 - 136]; /* set to zero */