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

/systemd/src/fstab-generator/
H A Dfstab-generator.c54 static char *arg_usr_options = NULL; variable
526 if (!arg_usr_what && !arg_usr_fstype && !arg_usr_options)
543 if (arg_root_options && !arg_usr_options) {
544 arg_usr_options = strdup(arg_root_options);
546 if (!arg_usr_options)
559 if (!arg_usr_options)
561 else if (!fstab_test_option(arg_usr_options, "ro\0" "rw\0"))
562 opts = strjoina(arg_usr_options, ",", arg_root_rw > 0 ? "rw" : "ro");
564 opts = arg_usr_options;
629 o = arg_usr_options
[all...]

Completed in 940 milliseconds