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

/systemd/src/fstab-generator/
H A Dfstab-generator.c51 static int arg_root_rw = -1; variable
502 opts = arg_root_rw > 0 ? "rw" : "ro";
503 else if (arg_root_rw >= 0 ||
505 opts = strjoina(arg_root_options, ",", arg_root_rw > 0 ? "rw" : "ro");
560 opts = arg_root_rw > 0 ? "rw" : "ro";
562 opts = strjoina(arg_usr_options, ",", arg_root_rw > 0 ? "rw" : "ro");
639 arg_root_rw = true;
641 arg_root_rw = false;
/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c55 static bool arg_root_rw = false; variable
931 arg_root_rw = true;
933 arg_root_rw = false;
964 arg_root_rw,

Completed in 1179 milliseconds