Home
last modified time | relevance | path

Searched refs:ctotal (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2051 int cwidth, ctotal; /* current window width and total */ in findlogstartcg() local
2064 cwidth = ctotal = 0; in findlogstartcg()
2070 while (ctotal < target && e < ncgs) { in findlogstartcg()
2071 ctotal += fs->fs_cs(fs, e).cs_nbfree; in findlogstartcg()
2079 while (ctotal >= target && s < e) { in findlogstartcg()
2083 if (cwidth == bwidth && ctotal <= btotal) in findlogstartcg()
2086 btotal = ctotal; in findlogstartcg()
2090 ctotal -= fs->fs_cs(fs, s).cs_nbfree; in findlogstartcg()