Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dmagic.h19 #define SQUASHFS_MAGIC 0x73717368 macro
/linux-4.19.296/fs/squashfs/
Dsuper.c124 if (sb->s_magic != SQUASHFS_MAGIC) { in squashfs_fill_super()
360 buf->f_type = SQUASHFS_MAGIC; in squashfs_statfs()