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

/openbsd-current/sbin/growfs/
H A Dgrowfs.c1420 int lcs1, lcs2; local
1502 for (lcs2 = 0, l = blkno + 1; lcs2 < sblock.fs_contigsumsize;
1503 l++, lcs2++) {
1511 cg_clustersum(&acg)[MINIMUM(lcs1 + lcs2 + 1, sblock.fs_contigsumsize)]--;
1514 if (lcs2)
1515 cg_clustersum(&acg)[lcs2]++;

Completed in 442 milliseconds