Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dmmp.c14 int offset = offsetof(struct mmp_struct, mmp_checksum); in ext4_mmp_csum()
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()
141 struct mmp_struct *mmp; in kmmpd()
152 mmp = (struct mmp_struct *)(bh->b_data); in kmmpd()
204 struct mmp_struct *mmp_check; in kmmpd()
284 struct mmp_struct *mmp = NULL; in ext4_multi_mount_protect()
301 mmp = (struct mmp_struct *)(bh->b_data); in ext4_multi_mount_protect()
340 mmp = (struct mmp_struct *)(bh->b_data); in ext4_multi_mount_protect()
[all …]
H A Dext4.h2644 struct mmp_struct { struct
3154 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp,
/linux-6.15/Documentation/filesystems/ext4/
H A Dmmp.rst32 The MMP structure (``struct mmp_struct``) is as follows: