Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmmp.c170 mmp->mmp_seq = cpu_to_le32(seq); in kmmpd()
211 if (mmp->mmp_seq != mmp_check->mmp_seq || in kmmpd()
239 mmp->mmp_seq = cpu_to_le32(EXT4_MMP_SEQ_CLEAN); in kmmpd()
309 seq = le32_to_cpu(mmp->mmp_seq); in ext4_multi_mount_protect()
337 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()
349 mmp->mmp_seq = cpu_to_le32(seq); in ext4_multi_mount_protect()
372 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()
H A Dext4.h2705 __le32 mmp_seq; /* Sequence no. updated periodically */ member
/linux/Documentation/filesystems/ext4/
H A Dmmp.rst48 - mmp_seq