Home
last modified time | relevance | path

Searched refs:SQUASHFS_MAGIC (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dmagic.h19 #define SQUASHFS_MAGIC 0x73717368 macro
/Linux-v4.19/drivers/mtd/
Dar7part.c115 if (header.checksum != SQUASHFS_MAGIC) { in create_mtd_partitions()
Dbcm47xxpart.c221 if (le32_to_cpu(buf[0x000 / 4]) == SQUASHFS_MAGIC || in bcm47xxpart_parse()
/Linux-v4.19/fs/squashfs/
Dsuper.c124 if (sb->s_magic != SQUASHFS_MAGIC) { in squashfs_fill_super()
360 buf->f_type = SQUASHFS_MAGIC; in squashfs_statfs()
/Linux-v4.19/init/
Ddo_mounts_rd.c117 if (le32_to_cpu(squashfsb->s_magic) == SQUASHFS_MAGIC) { in identify_ramdisk_image()