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

/systemd/src/fstab-generator/
H A Dfstab-generator.c49 static char *arg_root_fstype = NULL; variable
509 log_debug("Found entry what=%s where=/sysroot type=%s", what, strna(arg_root_fstype));
512 arg_root_fstype,
536 if (arg_root_fstype && !arg_usr_fstype) {
537 arg_usr_fstype = strdup(arg_root_fstype);
601 if (free_and_strdup(&arg_root_fstype, value) < 0)
696 free(arg_root_fstype);

Completed in 19 milliseconds