Lines Matching refs:db_count
4017 unsigned int db_count;
4656 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) /
4659 if (le32_to_cpu(es->s_first_meta_bg) > db_count) {
4663 le32_to_cpu(es->s_first_meta_bg), db_count);
4668 kvmalloc_array(db_count,
4680 for (i = 0; i < db_count; i++) {
4685 for (i = 0; i < db_count; i++) {
4693 db_count = i;
4702 sbi->s_gdb_count = db_count;
5186 for (i = 0; i < db_count; i++)