Home
last modified time | relevance | path

Searched defs:mmp (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()
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() local
71 struct mmp_struct *mmp; in read_mmp_block() local
111 void __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp, in __dump_mmp_msg()
130 struct mmp_struct *mmp; in kmmpd() local
274 struct mmp_struct *mmp = NULL; in ext4_multi_mount_protect() local
Dext4.h2441 #define dump_mmp_msg(sb, mmp, msg) \ argument
2479 #define dump_mmp_msg(sb, mmp, msg) \ argument