Home
last modified time | relevance | path

Searched defs:maxcontig (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/makefs/
H A Dffs.h60 int maxcontig; /* max contiguous blocks to allocate */ member
/freebsd/sbin/newfs/
H A Dnewfs.c98 int maxcontig = 0; /* max contiguous blocks to allocate */ variable
/freebsd/usr.sbin/makefs/ffs/
H A Dmkfs.c124 static int maxcontig; /* max contiguous blocks to allocate */ variable
/freebsd/tests/sys/fs/fusefs/
H A Dread.cc1380 int fd, maxcontig, clustersize; in TEST_P() local