Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmagic.h9 #define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ macro
/linux-4.4.14/init/
Ddo_mounts_rd.c117 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
141 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
/linux-4.4.14/fs/cramfs/
Dinode.c281 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()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S20 #define CRAMFS_MAGIC 0x28cd3d45 macro
219 cmp.d CRAMFS_MAGIC, $r0
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S13 #define CRAMFS_MAGIC 0x28cd3d45 macro
281 cmp.d CRAMFS_MAGIC, $r1; magic value in cramfs superblock
/linux-4.4.14/arch/blackfin/kernel/
Dsetup.c608 if (*((unsigned long *)(mtd_phys)) == CRAMFS_MAGIC) in memory_setup()