Home
last modified time | relevance | path

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

/linux-5.19.10/arch/xtensa/boot/lib/
Dzmem.c29 #define ORIG_NAME 8 macro
49 if ((flags & ORIG_NAME) != 0) in gunzip()
/linux-5.19.10/arch/alpha/boot/
Dmisc.c56 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/linux-5.19.10/arch/nios2/boot/compressed/
Dmisc.c47 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/linux-5.19.10/lib/
Dinflate.c1186 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
1247 if ((flags & ORIG_NAME) != 0) { in gunzip()
/linux-5.19.10/fs/
Dbinfmt_flat.c175 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
241 if (buf[3] & ORIG_NAME) { in decompress_exec()