Searched refs:arg_compress (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/import/ |
D | export.c | 22 static ImportCompressType arg_compress = IMPORT_COMPRESS_UNKNOWN; variable 26 if (arg_compress != IMPORT_COMPRESS_UNKNOWN) in determine_compression_from_filename() 30 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED; in determine_compression_from_filename() 35 arg_compress = IMPORT_COMPRESS_XZ; in determine_compression_from_filename() 37 arg_compress = IMPORT_COMPRESS_GZIP; in determine_compression_from_filename() 39 arg_compress = IMPORT_COMPRESS_BZIP2; in determine_compression_from_filename() 41 arg_compress = IMPORT_COMPRESS_UNCOMPRESSED; in determine_compression_from_filename() 92 …saving to '%s' with compression '%s'.", local, path, import_compress_type_to_string(arg_compress)); in export_tar() 99 … '%s' with compression '%s'.", local, strna(pretty), import_compress_type_to_string(arg_compress)); in export_tar() 114 r = tar_export_start(export, local, fd, arg_compress); in export_tar() [all …]
|
/systemd-251/src/coredump/ |
D | coredump.c | 149 static bool arg_compress = true; variable 159 …oredump", "Compress", config_parse_bool, 0, &arg_compress }, in parse_config() 408 if (storage_on_tmpfs && arg_compress) { in save_external_coredump() 456 if (arg_compress) { in save_external_coredump() 1410 log_debug("Selected compression %s.", yes_no(arg_compress)); in run()
|
/systemd-251/src/journal-remote/ |
D | journal-remote-main.c | 38 static bool arg_compress = true; variable 604 (arg_compress ? JOURNAL_COMPRESS : 0) | in create_remoteserver() 974 r = parse_boolean_argument("--compress", optarg, &arg_compress); in parse_argv()
|