Searched refs:CRAMFS_MAGIC (Results 1 – 6 of 6) sorted by relevance
9 #define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ macro
260 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()
104 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
20 #define CRAMFS_MAGIC 0x28cd3d45 macro288 cmp.d CRAMFS_MAGIC, $r0
15 #define CRAMFS_MAGIC 0x28cd3d45 macro285 cmp.d CRAMFS_MAGIC, $r1; magic value in cramfs superblock
600 if (*((unsigned long *)(mtd_phys)) == CRAMFS_MAGIC) in memory_setup()