/src/usr.sbin/makefs/ |
ffs.h | 64 int maxbsize; /* maximum extent size */ member in struct:__anon6ccfc86b0108
|
/src/usr.sbin/makefs/ffs/ |
mkfs.c | 117 static int maxbsize; /* maximum clustering */ variable in typeref:typename:int 158 maxbsize = ffs_opts->maxbsize; 242 if (maxbsize < bsize || !POWEROF2(maxbsize)) { 249 sblock.fs_maxbsize = maxbsize;
|
/src/sbin/newfs/ |
newfs.c | 154 * MINBSIZE <= DESBLKSIZE <= MAXBSIZE 217 int maxbsize = 0; /* maximum clustering */ variable in typeref:typename:int 350 optarg, MINBSIZE, MAXBSIZE, NULL); 353 maxbsize = strsuftoi64("maximum extent size", 363 optarg, 1, MAXBSIZE, NULL); 688 maxcontig = MAX(1, MIN(MAXPHYS, MAXBSIZE) / bsize); 879 { BOTH, "-d maxbsize\tmaximum extent size" },
|