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

/systemd/src/fstab-generator/
H A Dfstab-generator.c53 static char *arg_usr_fstype = NULL; variable
526 if (!arg_usr_what && !arg_usr_fstype && !arg_usr_options)
536 if (arg_root_fstype && !arg_usr_fstype) {
537 arg_usr_fstype = strdup(arg_root_fstype);
539 if (!arg_usr_fstype)
555 log_debug("Skipping entry what=%s where=/sysroot/usr type=%s", what, strna(arg_usr_fstype));
566 log_debug("Found entry what=%s where=/sysroot/usr type=%s", what, strna(arg_usr_fstype));
569 arg_usr_fstype,
623 if (free_and_strdup(&arg_usr_fstype, value) < 0)
700 free(arg_usr_fstype);
[all...]

Completed in 1229 milliseconds