Home
last modified time | relevance | path

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

/linux-3.4.99/block/partitions/
Dosf.c61 if (le32_to_cpu(label->d_magic) != DISKLABELMAGIC) { in osf_partition()
65 if (le32_to_cpu(label->d_magic2) != DISKLABELMAGIC) { in osf_partition()
Dosf.h5 #define DISKLABELMAGIC (0x82564557UL) macro