Lines Matching refs:mmp_struct
11 static __le32 ext4_mmp_csum(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum()
14 int offset = offsetof(struct mmp_struct, mmp_checksum); in ext4_mmp_csum()
22 static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_verify()
30 static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_set()
45 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block_thawed()
79 struct mmp_struct *mmp; in read_mmp_block()
101 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block()
122 void __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp, in __dump_mmp_msg()
141 struct mmp_struct *mmp; in kmmpd()
152 mmp = (struct mmp_struct *)(bh->b_data); in kmmpd()
206 struct mmp_struct *mmp_check; in kmmpd()
216 mmp_check = (struct mmp_struct *)(bh_check->b_data); in kmmpd()
292 struct mmp_struct *mmp = NULL; in ext4_multi_mount_protect()
309 mmp = (struct mmp_struct *)(bh->b_data); in ext4_multi_mount_protect()
348 mmp = (struct mmp_struct *)(bh->b_data); in ext4_multi_mount_protect()
383 mmp = (struct mmp_struct *)(bh->b_data); in ext4_multi_mount_protect()