Home
last modified time | relevance | path

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

/block/partitions/
Dacorn.c63 __le32 magic; member
85 if (rr->magic == RISCIX_MAGIC) { in riscix_partition()
119 __le32 magic; member
143 while (linuxp->magic == cpu_to_le32(LINUX_NATIVE_MAGIC) || in linux_partition()
144 linuxp->magic == cpu_to_le32(LINUX_SWAP_MAGIC)) { in linux_partition()
482 char magic[6]; member
532 if (memcmp(p->magic, "Eesox", 6)) in adfspart_check_EESOX()
Dsgi.c34 __be32 magic; in sgi_partition() local
47 magic = label->magic_mushroom; in sgi_partition()
48 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()
Dsun.c56 __be16 magic; /* Magic number */ in sun_partition() member
70 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) { in sun_partition()