chfs.c | 59 chfs_opt_t *chfs_opts = ecalloc(1, sizeof(*chfs_opts)); local in function:chfs_prep_opts 62 { 'p', "pagesize", &chfs_opts->pagesize, OPT_INT32, 64 { 'e', "eraseblock", &chfs_opts->eraseblock, OPT_INT32, 66 { 'm', "mediatype", &chfs_opts->mediatype, OPT_INT32, 71 chfs_opts->pagesize = -1; 72 chfs_opts->eraseblock = -1; 73 chfs_opts->mediatype = -1; 76 fsopts->fs_specific = chfs_opts; 142 chfs_opt_t *chfs_opts; local in function:chfs_validate [all...] |