HomeSort by: relevance | last modified time | path
    Searched defs:ffs_opts (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
mkfs.c 150 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_mkfs
152 Oflag = ffs_opts->version;
153 extattr = ffs_opts->extattr;
156 fsize = ffs_opts->fsize;
157 bsize = ffs_opts->bsize;
158 maxbsize = ffs_opts->maxbsize;
159 maxblkspercg = ffs_opts->maxblkspercg;
160 minfree = ffs_opts->minfree;
161 opt = ffs_opts->optimization;
162 density = ffs_opts->density
    [all...]
mkfs.c 150 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_mkfs
152 Oflag = ffs_opts->version;
153 extattr = ffs_opts->extattr;
156 fsize = ffs_opts->fsize;
157 bsize = ffs_opts->bsize;
158 maxbsize = ffs_opts->maxbsize;
159 maxblkspercg = ffs_opts->maxblkspercg;
160 minfree = ffs_opts->minfree;
161 opt = ffs_opts->optimization;
162 density = ffs_opts->density
    [all...]
  /src/usr.sbin/makefs/
ffs.c 111 ((ffs_opts->version == 1) ? \
156 ffs_opt_t *ffs_opts = ecalloc(1, sizeof(*ffs_opts)); local in function:ffs_prep_opts
159 { 'b', "bsize", &ffs_opts->bsize, OPT_INT32,
161 { 'f', "fsize", &ffs_opts->fsize, OPT_INT32,
163 { 'd', "density", &ffs_opts->density, OPT_INT32,
165 { 'm', "minfree", &ffs_opts->minfree, OPT_INT32,
167 { 'M', "maxbpg", &ffs_opts->maxbpg, OPT_INT32,
169 { 'a', "avgfilesize", &ffs_opts->avgfilesize, OPT_INT32,
171 { 'n', "avgfpdir", &ffs_opts->avgfpdir, OPT_INT32
215 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_parse_opts
324 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_validate
579 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_size_dir
755 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_populate_dir
876 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_write_file
1071 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_write_inode
    [all...]
ffs.c 111 ((ffs_opts->version == 1) ? \
156 ffs_opt_t *ffs_opts = ecalloc(1, sizeof(*ffs_opts)); local in function:ffs_prep_opts
159 { 'b', "bsize", &ffs_opts->bsize, OPT_INT32,
161 { 'f', "fsize", &ffs_opts->fsize, OPT_INT32,
163 { 'd', "density", &ffs_opts->density, OPT_INT32,
165 { 'm', "minfree", &ffs_opts->minfree, OPT_INT32,
167 { 'M', "maxbpg", &ffs_opts->maxbpg, OPT_INT32,
169 { 'a', "avgfilesize", &ffs_opts->avgfilesize, OPT_INT32,
171 { 'n', "avgfpdir", &ffs_opts->avgfpdir, OPT_INT32
215 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_parse_opts
324 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_validate
579 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_size_dir
755 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_populate_dir
876 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_write_file
1071 ffs_opt_t *ffs_opts = fsopts->fs_specific; local in function:ffs_write_inode
    [all...]

Completed in 52 milliseconds