Searched refs:mmp_seq (Results 1 – 2 of 2) sorted by relevance
159 mmp->mmp_seq = cpu_to_le32(seq); in kmmpd()214 if (mmp->mmp_seq != mmp_check->mmp_seq || in kmmpd()240 mmp->mmp_seq = cpu_to_le32(EXT4_MMP_SEQ_CLEAN); in kmmpd()303 seq = le32_to_cpu(mmp->mmp_seq); in ext4_multi_mount_protect()329 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()340 mmp->mmp_seq = cpu_to_le32(seq); in ext4_multi_mount_protect()358 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()
1962 __le32 mmp_seq; /* Sequence no. updated periodically */ member