Home
last modified time | relevance | path

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

/linux-6.15/Documentation/filesystems/ext4/
H A Dmmp.rst44 - mmp_magic
/linux-6.15/fs/ext4/
H A Dmmp.c102 if (le32_to_cpu(mmp->mmp_magic) != EXT4_MMP_MAGIC) { in read_mmp_block()
H A Dext4.h2645 __le32 mmp_magic; /* Magic number for MMP */ member