Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dmagic.h20 #define SQUASHFS_MAGIC 0x73717368 macro
/linux-6.3-rc2/drivers/mtd/parsers/
A Dar7part.c101 if (header.checksum != SQUASHFS_MAGIC) { in create_mtd_partitions()
A Dbcm47xxpart.c217 if (le32_to_cpu(buf[0x000 / 4]) == SQUASHFS_MAGIC || in bcm47xxpart_parse()
/linux-6.3-rc2/init/
A Ddo_mounts_rd.c119 if (le32_to_cpu(squashfsb->s_magic) == SQUASHFS_MAGIC) { in identify_ramdisk_image()
/linux-6.3-rc2/fs/squashfs/
A Dsuper.c229 if (sb->s_magic != SQUASHFS_MAGIC) { in squashfs_fill_super()
555 buf->f_type = SQUASHFS_MAGIC; in squashfs_statfs()

Completed in 6 milliseconds