Searched refs:startcg (Results 1 – 2 of 2) sorted by relevance
162 uint32_t cg, startcg; in ffs_blkpref_ufs1() local176 startcg = in ffs_blkpref_ufs1()179 startcg = dtog(fs, in ffs_blkpref_ufs1()181 startcg %= fs->fs_ncg; in ffs_blkpref_ufs1()183 for (cg = startcg; cg < fs->fs_ncg; cg++) in ffs_blkpref_ufs1()186 for (cg = 0; cg <= startcg; cg++) in ffs_blkpref_ufs1()201 uint32_t cg, startcg; in ffs_blkpref_ufs2() local215 startcg = in ffs_blkpref_ufs2()218 startcg = dtog(fs, in ffs_blkpref_ufs2()220 startcg %= fs->fs_ncg; in ffs_blkpref_ufs2()[all …]
776 u_int avgbfree, startcg; in ffs_blkpref_ufs1() local811 startcg = in ffs_blkpref_ufs1()814 startcg = dtog(fs, in ffs_blkpref_ufs1()816 startcg %= fs->fs_ncg; in ffs_blkpref_ufs1()818 for (cg = startcg; cg < fs->fs_ncg; cg++) in ffs_blkpref_ufs1()822 for (cg = 0; cg < startcg; cg++) in ffs_blkpref_ufs1()840 u_int avgbfree, startcg; in ffs_blkpref_ufs2() local875 startcg = in ffs_blkpref_ufs2()878 startcg = dtog(fs, in ffs_blkpref_ufs2()880 startcg %= fs->fs_ncg; in ffs_blkpref_ufs2()[all …]