Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
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()
44 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block()
71 struct mmp_struct *mmp; in read_mmp_block()
93 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block()
114 void __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp, in __dump_mmp_msg()
133 struct mmp_struct *mmp; in kmmpd()
144 mmp = (struct mmp_struct *)(bh->b_data); in kmmpd()
[all …]
Dext4.h2447 struct mmp_struct { struct
2977 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp,
/Linux-v5.10/Documentation/filesystems/ext4/
Dmmp.rst32 The MMP structure (``struct mmp_struct``) is as follows: