Searched defs:arg_read_only (Results 1 - 3 of 3) sorted by relevance

/systemd/src/import/
H A Dimport.c37 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/machine/
H A Dmachinectl.c71 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;
/systemd/src/nspawn/
H A Dnspawn.c124 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...]

Completed in 26 milliseconds