Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-mount.c36 arg_read_only, in verb_bind()
76 arg_read_only, in verb_mount_image()
Dsystemctl.h96 extern bool arg_read_only;
Dsystemctl.c111 bool arg_read_only = false; variable
899 arg_read_only = true; in systemctl_parse_argv()
/systemd-251/src/import/
Dimport-fs.c28 static bool arg_read_only = false; variable
243 (arg_read_only ? INSTALL_READ_ONLY : 0) | in import_fs()
331 arg_read_only = true; in parse_argv()
/systemd-251/src/nspawn/
Dnspawn.c142 static bool arg_read_only = false; variable
1052 arg_read_only = true; in parse_argv()
1777 arg_read_only = true; in verify_arguments()
1780 arg_read_only = true; in verify_arguments()
1805 if (arg_userns_ownership == USER_NAMESPACE_OWNERSHIP_CHOWN && arg_read_only) in verify_arguments()
1909 return !arg_read_only || IN_SET(arg_volatile_mode, VOLATILE_YES, VOLATILE_OVERLAY); in etc_writable()
3019 arg_read_only = arg_read_only || i->read_only; in determine_names()
3690 … (arg_read_only ? DISSECT_IMAGE_READ_ONLY : DISSECT_IMAGE_FSCK|DISSECT_IMAGE_GROWFS)| in outer_child()
3837 … (arg_read_only ? DISSECT_IMAGE_READ_ONLY : DISSECT_IMAGE_FSCK|DISSECT_IMAGE_GROWFS)| in outer_child()
3883 if (arg_read_only && arg_volatile_mode == VOLATILE_NO && in outer_child()
[all …]
/systemd-251/src/machine/
Dmachinectl.c74 static bool arg_read_only = false; variable
1171 arg_read_only, in bind_mount()
1491 r = sd_bus_message_append(m, "ssb", argv[1], argv[2], arg_read_only); in clone_image()
1895 arg_read_only); in import_tar()
1958 arg_read_only); in import_raw()
2012 arg_read_only); in import_fs()
2728 arg_read_only = true; in parse_argv()