Searched refs:fsys_type (Results 1 – 3 of 3) sorted by relevance
110 int fsys_type = NUM_FSYS; variable421 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++) in attempt_mount()422 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()425 if (fsys_type == NUM_FSYS && errnum == ERR_NONE) in attempt_mount()428 fsys_type = 0; in attempt_mount()429 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()431 fsys_type = NUM_FSYS; in attempt_mount()1214 || (*filename == '/' && fsys_type == NUM_FSYS) in setup_part()1257 if (fsys_type != NUM_FSYS) in print_fsys_type()1258 printf ("is %s, ", fsys_table[fsys_type].name); in print_fsys_type()[all …]
635 extern int fsys_type;
1116 if (fsys_table[fsys_type].embed_func == 0 in embed_func()1117 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()4038 char *fsys = fsys_table[fsys_type].name; in setup_func()