Searched refs:e2fs_gcount (Results 1 – 3 of 3) sorted by relevance
609 avgifree = fs->e2fs_ficount / fs->e2fs_gcount; in ext2_dirpref()610 avgbfree = fs->e2fs_fbcount / fs->e2fs_gcount; in ext2_dirpref()611 avgndir = fs->e2fs_total_dir / fs->e2fs_gcount; in ext2_dirpref()618 prefcg = arc4random() % fs->e2fs_gcount; in ext2_dirpref()621 for (cg = prefcg; cg < fs->e2fs_gcount; cg++) in ext2_dirpref()665 for (cg = prefcg; cg < fs->e2fs_gcount; cg++) in ext2_dirpref()682 for (cg = prefcg; cg < fs->e2fs_gcount; cg++) in ext2_dirpref()767 for (i = 1; i < fs->e2fs_gcount; i *= 2) { in ext2_hashalloc()769 if (cg >= fs->e2fs_gcount) in ext2_hashalloc()770 cg -= fs->e2fs_gcount; in ext2_hashalloc()[all …]
173 uint32_t e2fs_gcount; /* Number of groups */ member
720 for (i = 0; i < fs->e2fs_gcount; i++) { in ext2_gd_csum_verify()740 for (i = 0; i < fs->e2fs_gcount; i++) in ext2_gd_csum_set()