Home
last modified time | relevance | path

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

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