Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmmp.c11 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 *mm in kmmpd()
[all...]
H A Dext4.h2654 struct mmp_struct { struct
3176 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp,
2655 mmp_magicmmp_struct global() argument
2656 mmp_seqmmp_struct global() argument
2662 mmp_timemmp_struct global() argument
2663 mmp_nodenamemmp_struct global() argument
2664 mmp_bdevnamemmp_struct global() argument
2671 mmp_check_intervalmmp_struct global() argument
2673 mmp_pad1mmp_struct global() argument
2674 mmp_pad2mmp_struct global() argument
2675 mmp_checksummmp_struct global() argument
/linux/Documentation/filesystems/ext4/
H A Dmmp.rst32 The MMP structure (``struct mmp_struct``) is as follows: