Home | History | Annotate | Download | only in genext2fs

Lines Matching full:gopt

2526 	char * gopt[MAX_GOPT];
2594 gopt[gidx++] = optarg;
2706 if(!(nod = find_path(fs, EXT2_ROOT_INO, gopt[i])))
2707 error_msg_and_die("path %s not found in filesystem", gopt[i]);
2708 while((p = strchr(gopt[i], '/')))
2710 SNPRINTF(fname, MAX_FILENAME-1, "%s.blk", gopt[i]);