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];
1067 struct mmp_struct { struct1068 __u32 mmp_magic; /* Magic number for MMP */1069 __u32 mmp_seq; /* Sequence no. updated periodically */1070 __u64 mmp_time; /* Time last updated */1071 char mmp_nodename[64]; /* Node which last updated MMP block */1072 char mmp_bdevname[32]; /* Bdev which last updated MMP block */1073 __u16 mmp_check_interval; /* Changed mmp_check_interval */1074 __u16 mmp_pad1;1075 __u32 mmp_pad2[226];1076 __u32 mmp_checksum; /* crc32c(uuid+mmp_block) */