Home
last modified time | relevance | path

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

/block/partitions/
Dacorn.c62 __le32 magic; member
84 if (rr->magic == RISCIX_MAGIC) { in riscix_partition()
118 __le32 magic; member
142 while (linuxp->magic == cpu_to_le32(LINUX_NATIVE_MAGIC) || in linux_partition()
143 linuxp->magic == cpu_to_le32(LINUX_SWAP_MAGIC)) { in linux_partition()
481 char magic[6]; member
531 if (memcmp(p->magic, "Eesox", 6)) in adfspart_check_EESOX()
Dsgi.c39 __be32 magic; in sgi_partition() local
51 magic = label->magic_mushroom; in sgi_partition()
52 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()
Dsun.c63 __be16 magic; /* Magic number */ in sun_partition() member
76 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) { in sun_partition()