Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/makefs/
HDffs.h60 int maxcontig; /* max contiguous blocks to allocate */ member
/freebsd-14-stable/sbin/newfs/
HDnewfs.c110 int maxcontig = 0; /* max contiguous blocks to allocate */ variable
/freebsd-14-stable/usr.sbin/makefs/ffs/
HDmkfs.c125 static int maxcontig; /* max contiguous blocks to allocate */ variable
/freebsd-14-stable/tests/sys/fs/fusefs/
HDread.cc1380 int fd, maxcontig, clustersize; in TEST_P() local