Searched refs:EROFS_SUPER_MAGIC_V1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmagic.h23 #define EROFS_SUPER_MAGIC_V1 0xE0F5E1E2 macro
/linux-master/fs/erofs/
H A Dinternal.h41 /* EROFS_SUPER_MAGIC_V1 to represent the whole file system */
42 #define EROFS_SUPER_MAGIC EROFS_SUPER_MAGIC_V1
H A Dsuper.c300 if (le32_to_cpu(dsb->magic) != EROFS_SUPER_MAGIC_V1) {

Completed in 182 milliseconds