Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c185 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ macro
239 if ((buf[3] & ENCRYPTED) || (buf[3] & CONTINUATION) || in decompress_exec()