Searched refs:FLAT_FLAG_GZIP (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dflat.h45 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */ macro
/linux-master/fs/
H A Dbinfmt_flat.c486 if (flags & (FLAT_FLAG_GZIP|FLAT_FLAG_GZDATA)) {
526 if (!IS_ENABLED(CONFIG_MMU) && !(flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP))) {
618 if (flags & FLAT_FLAG_GZIP) {

Completed in 127 milliseconds