Home
last modified time | relevance | path

Searched refs:mmp_seq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dmmp.c174 mmp->mmp_seq = cpu_to_le32(seq); in kmmpd()
215 if (mmp->mmp_seq != mmp_check->mmp_seq || in kmmpd()
243 mmp->mmp_seq = cpu_to_le32(EXT4_MMP_SEQ_CLEAN); in kmmpd()
313 seq = le32_to_cpu(mmp->mmp_seq); in ext4_multi_mount_protect()
341 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()
353 mmp->mmp_seq = cpu_to_le32(seq); in ext4_multi_mount_protect()
376 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()
H A Dext4.h2618 __le32 mmp_seq; /* Sequence no. updated periodically */ member
/openbmc/linux/Documentation/filesystems/ext4/
H A Dmmp.rst48 - mmp_seq
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch1161 - * Note: Only the mmp_seq value is used to determine whether the MMP block
1167 -#define EXT4_MMP_SEQ_CLEAN 0xFF4D4D50U /* mmp_seq value for clean unmount */
1168 -#define EXT4_MMP_SEQ_FSCK 0xE24D4D50U /* mmp_seq value when being fscked */
1169 -#define EXT4_MMP_SEQ_MAX 0xE24D4D4FU /* maximum valid mmp_seq value */
1173 - __u32 mmp_seq; /* Sequence no. updated periodically */