Searched refs:arg_read_only (Results 1 - 3 of 3) sorted by relevance
/systemd/src/import/ |
H A D | import.c | 37 static bool arg_read_only = false; variable 129 r = tar_import_start(import, fd, local, arg_force, arg_read_only); 224 r = raw_import_start(import, fd, local, arg_force, arg_read_only); 295 arg_read_only = true;
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 124 static bool arg_read_only = false; variable 557 arg_read_only = true; 969 if (arg_volatile_mode != VOLATILE_NO && arg_read_only) { 1693 fd = open(arg_image, O_CLOEXEC|(arg_read_only ? O_RDONLY : O_RDWR)|O_NONBLOCK|O_NOCTTY); 1733 loop = open(loopdev, O_CLOEXEC|(arg_read_only ? O_RDONLY : O_RDWR)|O_NONBLOCK|O_NOCTTY); 1740 if (arg_read_only) 2143 if (arg_read_only) 2366 arg_read_only = arg_read_only || i->read_only; 2753 if (arg_read_only) { [all...] |
/systemd/src/machine/ |
H A D | machinectl.c | 71 static bool arg_read_only = false; variable 1141 arg_read_only, 1462 "ssb", argv[1], argv[2], arg_read_only); 1849 arg_read_only); 1916 arg_read_only); 2550 arg_read_only = true;
|
Completed in 86 milliseconds