Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dimport-compress.c79 c->type = IMPORT_COMPRESS_UNCOMPRESSED; in import_uncompress_detect()
89 c->type = IMPORT_COMPRESS_UNCOMPRESSED; in import_uncompress_force_off()
113 case IMPORT_COMPRESS_UNCOMPRESSED: in import_uncompress()
235 case IMPORT_COMPRESS_UNCOMPRESSED: in import_compress_init()
236 c->type = IMPORT_COMPRESS_UNCOMPRESSED; in import_compress_init()
355 case IMPORT_COMPRESS_UNCOMPRESSED: in import_compress()
459 case IMPORT_COMPRESS_UNCOMPRESSED: in import_compress_finish()
471 [IMPORT_COMPRESS_UNCOMPRESSED] = "uncompressed",
Dexport.c30 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED; in determine_compression_from_filename()
41 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED; in determine_compression_from_filename()
248 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED; in parse_argv()
Dexport-raw.c142 if (!e->tried_reflink && e->compress.type == IMPORT_COMPRESS_UNCOMPRESSED) { in raw_export_process()
157 if (!e->tried_sendfile && e->compress.type == IMPORT_COMPRESS_UNCOMPRESSED) { in raw_export_process()
Dimport-compress.h15 IMPORT_COMPRESS_UNCOMPRESSED, enumerator
Dexport-tar.c166 if (!e->tried_splice && e->compress.type == IMPORT_COMPRESS_UNCOMPRESSED) { in tar_export_process()
Dimport-raw.c322 if (i->compress.type != IMPORT_COMPRESS_UNCOMPRESSED) in raw_import_try_reflink()