Home
last modified time | relevance | path

Searched refs:arg_root_options (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/hibernate-resume/
Dhibernate-resume-generator.c22 static char *arg_root_options = NULL; variable
27 STATIC_DESTRUCTOR_REGISTER(arg_root_options, freep);
56 if (!strextend_with_separator(&arg_root_options, ",", value)) in parse_proc_cmdline_item()
104 arg_resume_options ?: arg_root_options, in process_resume()
/systemd-251/src/fstab-generator/
Dfstab-generator.c48 static char *arg_root_options = NULL; variable
59 STATIC_DESTRUCTOR_REGISTER(arg_root_options, freep);
805 if (!arg_root_options) in add_sysroot_mount()
808 !fstab_test_option(arg_root_options, "ro\0" "rw\0")) in add_sysroot_mount()
809 opts = strjoina(arg_root_options, ",", arg_root_rw > 0 ? "rw" : "ro"); in add_sysroot_mount()
811 opts = arg_root_options; in add_sysroot_mount()
857 if (arg_root_options && !arg_usr_options) { in add_sysroot_usr_mount()
858 arg_usr_options = strdup(arg_root_options); in add_sysroot_usr_mount()
1015 if (!strextend_with_separator(&arg_root_options, ",", value)) in parse_proc_cmdline_item()
/systemd-251/src/veritysetup/
Dveritysetup-generator.c35 static char *arg_root_options = NULL; variable
44 STATIC_DESTRUCTOR_REGISTER(arg_root_options, freep);
153 …VERITYSETUP_SERVICE_ROOT, arg_root_hash, arg_root_data_what, arg_root_hash_what, arg_root_options); in create_root_device()
211 r = free_and_strdup(&arg_root_options, value); in parse_proc_cmdline_item()