Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmagic.h10 #define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */ macro
/linux-4.4.14/fs/cramfs/
Dinode.c283 if (super.magic == CRAMFS_MAGIC_WEND) { in cramfs_fill_super()
294 if (super.magic == CRAMFS_MAGIC_WEND && !silent) in cramfs_fill_super()