Searched refs:maxbpg (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.h62 int maxbpg; /* maximum blocks per file in a cyl group */ member in struct:__anon8785
H A Dffs.c164 { 'M', "maxbpg", &ffs_opts->maxbpg, OPT_INT32,
190 ffs_opts->maxbpg= -1;
352 if (ffs_opts->maxbpg == -1)
353 ffs_opts->maxbpg = ffs_opts->bsize / sizeof(int32_t);
463 printf("\tmaxcontig %d, maxbpg %d\n",
464 fs->maxcontig, fs->maxbpg);
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.h103 extern int maxbpg; /* maximum blocks per file in a cyl group */
H A Dnewfs.c109 int maxbpg; /* maximum blocks per file in a cyl group */ variable
223 rval = expand_number_int(optarg, &maxbpg);
224 if (rval < 0 || maxbpg <= 0)
H A Dmkfs.c455 if (maxbpg == 0)
458 sblock.fs_maxbpg = maxbpg;
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c110 static int maxbpg; /* maximum blocks per file in a cyl group */ variable
138 maxbpg = ffs_opts->maxbpg;
423 sblock.fs_maxbpg = maxbpg;

Completed in 168 milliseconds