Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:gopt

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