Searched refs:arg_usr_fstype (Results 1 – 1 of 1) sorted by relevance
52 static char *arg_usr_fstype = NULL; variable62 STATIC_DESTRUCTOR_REGISTER(arg_usr_fstype, freep);841 if (!arg_usr_what && !arg_usr_fstype && !arg_usr_options) in add_sysroot_usr_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()853 if (!arg_usr_fstype) in add_sysroot_usr_mount()899 …"Found entry what=%s where=/sysusr/usr type=%s opts=%s", what, strna(arg_usr_fstype), strempty(opt… in add_sysroot_usr_mount()905 arg_usr_fstype, in add_sysroot_usr_mount()1037 return free_and_strdup_warn(&arg_usr_fstype, value); in parse_proc_cmdline_item()