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

/systemd/src/import/
H A Dimport-compress.h31 IMPORT_COMPRESS_UNCOMPRESSED, enumerator in enum:ImportCompressType
H A Dimport-compress.c92 c->type = IMPORT_COMPRESS_UNCOMPRESSED;
119 case IMPORT_COMPRESS_UNCOMPRESSED:
231 case IMPORT_COMPRESS_UNCOMPRESSED:
232 c->type = IMPORT_COMPRESS_UNCOMPRESSED;
349 case IMPORT_COMPRESS_UNCOMPRESSED:
451 case IMPORT_COMPRESS_UNCOMPRESSED:
463 [IMPORT_COMPRESS_UNCOMPRESSED] = "uncompressed",
H A Dexport.c44 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED;
55 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED;
268 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED;
H A Dexport-raw.c157 if (!e->tried_reflink && e->compress.type == IMPORT_COMPRESS_UNCOMPRESSED) {
172 if (!e->tried_sendfile && e->compress.type == IMPORT_COMPRESS_UNCOMPRESSED) {
H A Dexport-tar.c167 if (!e->tried_splice && e->compress.type == IMPORT_COMPRESS_UNCOMPRESSED) {
H A Dimport-raw.c301 if (i->compress.type != IMPORT_COMPRESS_UNCOMPRESSED)

Completed in 27 milliseconds