Home
last modified time | relevance | path

Searched refs:mmp_struct (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
Dmmp.c10 static __le32 ext4_mmp_csum(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum()
13 int offset = offsetof(struct mmp_struct, mmp_checksum); in ext4_mmp_csum()
21 static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_verify()
29 static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_set()
43 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block()
71 struct mmp_struct *mmp; in read_mmp_block()
100 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block()
111 void __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp, in __dump_mmp_msg()
130 struct mmp_struct *mmp; in kmmpd()
141 mmp = (struct mmp_struct *)(bh->b_data); in kmmpd()
[all …]
Dext4.h1954 struct mmp_struct { struct
2419 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp,