Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Dmsdos.c303 #define BSD_DISKMAGIC (0x82564557UL) /* The disk magic number */ macro
367 if (le32_to_cpu(l->d_magic) != BSD_DISKMAGIC) { in parse_bsd()