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

  /src/usr.sbin/makefs/
ffs.h 56 int maxcontig; /* max contiguous blocks to allocate */ member in struct:__anon6ccfc86b0108
  /src/usr.sbin/makefs/ffs/
mkfs.c 122 static int maxcontig; /* max contiguous blocks to allocate */ variable in typeref:typename:int
163 maxcontig = ffs_opts->maxcontig;
251 sblock.fs_maxcontig = maxcontig;
254 printf("Maxcontig raised to %d\n", sblock.fs_maxbsize);
454 sblock.fs_maxcontig = maxcontig;
  /src/sbin/newfs/
newfs.c 222 int maxcontig = 0; /* max contiguous blocks to allocate */ variable in typeref:typename:int
345 maxcontig = strsuftoi64("maximum contiguous blocks",
682 * Maxcontig sets the default for the maximum number of blocks
687 if (maxcontig == 0)
688 maxcontig = MAX(1, MIN(MAXPHYS, MAXBSIZE) / bsize);
877 { BOTH, "-a maxcontig\tmaximum contiguous blocks" },

Completed in 33 milliseconds