Searched refs:BSD_DISKMAGIC (Results 1 – 2 of 2) sorted by relevance
285 if (le32_to_cpu(l->d_magic) != BSD_DISKMAGIC) { in parse_bsd()
487 #define BSD_DISKMAGIC (0x82564557UL) /* The disk magic number */ macro