Searched defs:arg_root_options (Results 1 - 1 of 1) sorted by relevance

/systemd/src/fstab-generator/
H A Dfstab-generator.c50 static char *arg_root_options = NULL; variable
501 if (!arg_root_options)
504 !fstab_test_option(arg_root_options, "ro\0" "rw\0"))
505 opts = strjoina(arg_root_options, ",", arg_root_rw > 0 ? "rw" : "ro");
507 opts = arg_root_options;
543 if (arg_root_options && !arg_usr_options) {
544 arg_usr_options = strdup(arg_root_options);
607 o = arg_root_options ?
608 strjoin(arg_root_options, ",", value, NULL) :
613 free(arg_root_options);
[all...]

Completed in 19 milliseconds