Home
last modified time | relevance | path

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

/systemd-251/src/fstab-generator/ !
Dfstab-generator.c50 static int arg_root_rw = -1; variable
806 opts = arg_root_rw > 0 || (arg_root_rw < 0 && default_rw) ? "rw" : "ro"; in add_sysroot_mount()
807 else if (arg_root_rw >= 0 || in add_sysroot_mount()
809 opts = strjoina(arg_root_options, ",", arg_root_rw > 0 ? "rw" : "ro"); in add_sysroot_mount()
886 opts = arg_root_rw > 0 ? "rw" : "ro"; in add_sysroot_usr_mount()
888 opts = strjoina(arg_usr_options, ",", arg_root_rw > 0 ? "rw" : "ro"); in add_sysroot_usr_mount()
1055 arg_root_rw = true; in parse_proc_cmdline_item()
1057 arg_root_rw = false; in parse_proc_cmdline_item()
/systemd-251/src/gpt-auto-generator/ !
Dgpt-auto-generator.c43 static int arg_root_rw = -1; variable
608 if (arg_root_rw >= 0) { in add_root_rw()
682 /* rw= */ arg_root_rw > 0, in add_root_mount()
851 arg_root_rw = true; in parse_proc_cmdline_item()
853 arg_root_rw = false; in parse_proc_cmdline_item()