Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Dosf.c14 #define DISKLABELMAGIC (0x82564557UL) macro
62 if (le32_to_cpu(label->d_magic) != DISKLABELMAGIC) { in osf_partition()
66 if (le32_to_cpu(label->d_magic2) != DISKLABELMAGIC) { in osf_partition()