Home
last modified time | relevance | path

Searched refs:ORIG_NAME (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/xtensa/boot/lib/
Dzmem.c28 #define ORIG_NAME 8 macro
48 if ((flags & ORIG_NAME) != 0) in gunzip()
/linux-4.4.14/arch/powerpc/boot/
Dgunzip_util.c19 #define ORIG_NAME 8 macro
65 if ((flags & ORIG_NAME) != 0) in gunzip_start()
/linux-4.4.14/arch/alpha/boot/
Dmisc.c55 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c60 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c68 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c99 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/linux-4.4.14/lib/
Dinflate.c1185 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
1246 if ((flags & ORIG_NAME) != 0) { in gunzip()
/linux-4.4.14/fs/
Dbinfmt_flat.c176 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
251 if (buf[3] & ORIG_NAME) { in decompress_exec()