Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd-bitmap.h29 typedef struct bitmap_super_s { struct
30 __le32 magic; /* 0 BITMAP_MAGIC */
33 __le64 events; /* 24 event counter for the bitmap (1)*/
34 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
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 */
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 */
[all …]