Searched refs:ffs_opts (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.sbin/makefs/ |
| H A D | ffs.c | 108 ((ffs_opts->version == 1) ? \ 153 ffs_opt_t *ffs_opts = ecalloc(1, sizeof(*ffs_opts)); in ffs_prep_opts() local 156 { 'b', "bsize", &ffs_opts->bsize, OPT_INT32, in ffs_prep_opts() 158 { 'f', "fsize", &ffs_opts->fsize, OPT_INT32, in ffs_prep_opts() 160 { 'd', "density", &ffs_opts->density, OPT_INT32, in ffs_prep_opts() 162 { 'm', "minfree", &ffs_opts->minfree, OPT_INT32, in ffs_prep_opts() 164 { 'M', "maxbpg", &ffs_opts->maxbpg, OPT_INT32, in ffs_prep_opts() 166 { 'a', "avgfilesize", &ffs_opts->avgfilesize, OPT_INT32, in ffs_prep_opts() 168 { 'n', "avgfpdir", &ffs_opts->avgfpdir, OPT_INT32, in ffs_prep_opts() 170 { 'x', "extent", &ffs_opts->maxbsize, OPT_INT32, in ffs_prep_opts() [all …]
|
| /freebsd/usr.sbin/makefs/ffs/ |
| H A D | mkfs.c | 144 ffs_opt_t *ffs_opts = fsopts->fs_specific; in ffs_mkfs() local 146 Oflag = ffs_opts->version; in ffs_mkfs() 149 fsize = ffs_opts->fsize; in ffs_mkfs() 150 bsize = ffs_opts->bsize; in ffs_mkfs() 151 maxbsize = ffs_opts->maxbsize; in ffs_mkfs() 152 maxblkspercg = ffs_opts->maxblkspercg; in ffs_mkfs() 153 minfree = ffs_opts->minfree; in ffs_mkfs() 154 opt = ffs_opts->optimization; in ffs_mkfs() 155 density = ffs_opts->density; in ffs_mkfs() 156 maxcontig = ffs_opts->maxcontig; in ffs_mkfs() [all …]
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 142 static const char *ffs_opts[] = { "acls", "async", "noatime", "noclusterr", variable 363 if (vfs_filteropt(mp->mnt_optnew, ffs_opts)) in ffs_mount()
|