Searched refs:SQUASHFS_MAGIC (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmagic.h20 #define SQUASHFS_MAGIC 0x73717368 macro
/linux-master/init/
H A Ddo_mounts_rd.c119 if (le32_to_cpu(squashfsb->s_magic) == SQUASHFS_MAGIC) {
/linux-master/drivers/mtd/parsers/
H A Dbcm47xxpart.c217 if (le32_to_cpu(buf[0x000 / 4]) == SQUASHFS_MAGIC ||
/linux-master/fs/squashfs/
H A Dsuper.c229 if (sb->s_magic != SQUASHFS_MAGIC) {
570 buf->f_type = SQUASHFS_MAGIC;

Completed in 139 milliseconds