Home
last modified time | relevance | path

Searched refs:arg_usr_options (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/fstab-generator/
Dfstab-generator.c53 static char *arg_usr_options = NULL; variable
63 STATIC_DESTRUCTOR_REGISTER(arg_usr_options, freep);
841 if (!arg_usr_what && !arg_usr_fstype && !arg_usr_options) in add_sysroot_usr_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()
859 if (!arg_usr_options) in add_sysroot_usr_mount()
885 if (!arg_usr_options) in add_sysroot_usr_mount()
887 else if (!fstab_test_option(arg_usr_options, "ro\0" "rw\0")) in add_sysroot_usr_mount()
888 opts = strjoina(arg_usr_options, ",", arg_root_rw > 0 ? "rw" : "ro"); in add_sysroot_usr_mount()
890 opts = arg_usr_options; in add_sysroot_usr_mount()
[all …]
/systemd-251/src/veritysetup/
Dveritysetup-generator.c39 static char *arg_usr_options = NULL; variable
48 STATIC_DESTRUCTOR_REGISTER(arg_usr_options, freep);
157 …TEMD_VERITYSETUP_SERVICE_USR, arg_usr_hash, arg_usr_data_what, arg_usr_hash_what, arg_usr_options); in create_usr_device()
247 r = free_and_strdup(&arg_usr_options, value); in parse_proc_cmdline_item()