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

/openbsd-current/sbin/growfs/
H A Dgrowfs.c1422 int csmin, csmax; local
1448 csmax = csmin + howmany(sblock.fs_cssize, sblock.fs_fsize);
1451 if (d >= csmin && d <= csmax) {
1461 if (d >= csmin && d <= csmax) {

Completed in 167 milliseconds