Home
last modified time | relevance | path

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

/Linux-v5.4/block/partitions/
Dosf.c62 if (le32_to_cpu(label->d_magic) != DISKLABELMAGIC) { in osf_partition()
66 if (le32_to_cpu(label->d_magic2) != DISKLABELMAGIC) { in osf_partition()
Dosf.h6 #define DISKLABELMAGIC (0x82564557UL) macro