v7fs.c | 64 v7fs_opt_t *v7fs_opts = ecalloc(1, sizeof(*v7fs_opts)); local in function:v7fs_prep_opts 66 { 'p', "pdp", &v7fs_opts->pdp_endian, OPT_INT32, false, true, 68 { 'P', "progress", &v7fs_opts->progress, OPT_INT32, false, true, 73 fsopts->fs_specific = v7fs_opts; 96 v7fs_opt_t *v7fs_opts = fsopts->fs_specific; local in function:v7fs_makefs 100 if ((progress_bar_enable = v7fs_opts->progress)) { 141 if (v7fs_opts->pdp_endian) {
|