Home | History | Annotate | Download | only in debugfs

Lines Matching refs:cmd_file

2366 static int source_file(const char *cmd_file, int ss_idx)
2374 if (strcmp(cmd_file, "-") == 0)
2377 f = fopen(cmd_file, "r");
2379 perror(cmd_file);
2412 "Usage: %s [-b blocksize] [-s superblock] [-f cmd_file] "
2422 char *cmd_file = 0;
2466 cmd_file = optarg;
2543 } else if (cmd_file) {
2544 exit_status = source_file(cmd_file, sci_idx);