Searched refs:CRAMFS_MAGIC (Results 1 – 6 of 6) sorted by relevance
9 #define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ macro
117 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()141 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
281 if (super.magic != CRAMFS_MAGIC) { in cramfs_fill_super()293 if (super.magic != CRAMFS_MAGIC) { in cramfs_fill_super()354 buf->f_type = CRAMFS_MAGIC; in cramfs_statfs()
20 #define CRAMFS_MAGIC 0x28cd3d45 macro219 cmp.d CRAMFS_MAGIC, $r0
13 #define CRAMFS_MAGIC 0x28cd3d45 macro281 cmp.d CRAMFS_MAGIC, $r1; magic value in cramfs superblock
608 if (*((unsigned long *)(mtd_phys)) == CRAMFS_MAGIC) in memory_setup()