Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmagic.h9 #define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ macro
/linux-2.6.39/fs/cramfs/
Dinode.c260 if (super.magic != CRAMFS_MAGIC) { in cramfs_fill_super()
272 if (super.magic != CRAMFS_MAGIC) { in cramfs_fill_super()
339 buf->f_type = CRAMFS_MAGIC; in cramfs_statfs()
/linux-2.6.39/init/
Ddo_mounts_rd.c104 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
/linux-2.6.39/arch/cris/arch-v32/kernel/
Dhead.S20 #define CRAMFS_MAGIC 0x28cd3d45 macro
288 cmp.d CRAMFS_MAGIC, $r0
/linux-2.6.39/arch/cris/arch-v10/kernel/
Dhead.S15 #define CRAMFS_MAGIC 0x28cd3d45 macro
285 cmp.d CRAMFS_MAGIC, $r1; magic value in cramfs superblock
/linux-2.6.39/arch/blackfin/kernel/
Dsetup.c600 if (*((unsigned long *)(mtd_phys)) == CRAMFS_MAGIC) in memory_setup()