Searched refs:maxcontig (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.sbin/makefs/
H A Dffs.h60 int maxcontig; /* max contiguous blocks to allocate */ member in struct:__anon6664
H A Dffs.c192 ffs_opts->maxcontig= -1;
359 if (ffs_opts->maxcontig == -1)
360 ffs_opts->maxcontig =
477 fs->maxcontig, fs->maxbpg);
/freebsd-current/sbin/newfs/
H A Dnewfs.h102 extern int maxcontig; /* max contiguous blocks to allocate */
H A Dnewfs.c98 int maxcontig = 0; /* max contiguous blocks to allocate */ variable
187 rval = expand_number_int(optarg, &maxcontig);
188 if (rval < 0 || maxcontig <= 0)
H A Dmkfs.c249 if (maxcontig == 0)
250 maxcontig = MAX(1, MAXPHYS / bsize);
251 sblock.fs_maxcontig = maxcontig;
/freebsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c124 static int maxcontig; /* max contiguous blocks to allocate */ variable
156 maxcontig = ffs_opts->maxcontig;
244 sblock.fs_maxcontig = maxcontig;
460 sblock.fs_maxcontig = maxcontig;
/freebsd-current/tests/sys/fs/fusefs/
H A Dread.cc1327 int fd, maxcontig, clustersize; local
1340 maxcontig = m_noclusterr ? m_maxbcachebuf :
1342 clustersize = MIN((unsigned long )maxcontig, m_maxphys);

Completed in 121 milliseconds