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

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

Completed in 109 milliseconds