Home
last modified time | relevance | path

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

/Linux-v6.1/block/partitions/
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()