Home
last modified time | relevance | path

Searched refs:arg_root_fstype (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/fstab-generator/
Dfstab-generator.c47 static char *arg_root_fstype = NULL; variable
58 STATIC_DESTRUCTOR_REGISTER(arg_root_fstype, freep);
791 fstype = arg_root_fstype ?: "tmpfs"; /* tmpfs, unless overridden */ in add_sysroot_mount()
800 … fstype = arg_root_fstype; /* if not specified explicitly, don't default to anything here */ in add_sysroot_mount()
813 …log_debug("Found entry what=%s where=/sysroot type=%s opts=%s", what, strna(arg_root_fstype), stre… in add_sysroot_mount()
851 if (arg_root_fstype && !arg_usr_fstype) { in add_sysroot_usr_mount()
852 arg_usr_fstype = strdup(arg_root_fstype); in add_sysroot_usr_mount()
1008 return free_and_strdup_warn(&arg_root_fstype, value); in parse_proc_cmdline_item()