Searched defs:mmp_struct (Results 1 – 2 of 2) sorted by relevance
830 struct mmp_struct { struct831 __u32 mmp_magic; /* Magic number for MMP */832 __u32 mmp_seq; /* Sequence no. updated periodically */833 __u64 mmp_time; /* Time last updated */834 char mmp_nodename[64]; /* Node which last updated MMP block */835 char mmp_bdevname[32]; /* Bdev which last updated MMP block */836 __u16 mmp_check_interval; /* Changed mmp_check_interval */837 __u16 mmp_pad1;838 __u32 mmp_pad2[227];
1069 struct mmp_struct { struct1070 __u32 mmp_magic; /* Magic number for MMP */1071 __u32 mmp_seq; /* Sequence no. updated periodically */1072 __u64 mmp_time; /* Time last updated */1073 char mmp_nodename[64]; /* Node which last updated MMP block */1074 char mmp_bdevname[32]; /* Bdev which last updated MMP block */1075 __u16 mmp_check_interval; /* Changed mmp_check_interval */1076 __u16 mmp_pad1;1077 __u32 mmp_pad2[226];1078 __u32 mmp_checksum; /* crc32c(uuid+mmp_block) */