Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmagic.h11 #define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */ macro
/Linux-v5.4/fs/cramfs/
Dinode.c535 if (super->magic == CRAMFS_MAGIC_WEND) { in cramfs_read_super()
548 if (super->magic == CRAMFS_MAGIC_WEND && !silent) in cramfs_read_super()