Searched refs:db_count (Results 1 – 3 of 3) sorted by relevance
128 int db_count; in ext2_put_super() local143 db_count = sbi->s_gdb_count; in ext2_put_super()144 for (i = 0; i < db_count; i++) in ext2_put_super()790 int db_count; in ext2_fill_super() local1040 db_count = (sbi->s_groups_count + EXT2_DESC_PER_BLOCK(sb) - 1) / in ext2_fill_super()1042 sbi->s_group_desc = kmalloc (db_count * sizeof (struct buffer_head *), GFP_KERNEL); in ext2_fill_super()1053 for (i = 0; i < db_count; i++) { in ext2_fill_super()1068 sbi->s_gdb_count = db_count; in ext2_fill_super()1150 for (i = 0; i < db_count; i++) in ext2_fill_super()
1703 int db_count; in ext3_fill_super() local1962 db_count = DIV_ROUND_UP(sbi->s_groups_count, EXT3_DESC_PER_BLOCK(sb)); in ext3_fill_super()1963 sbi->s_group_desc = kmalloc(db_count * sizeof (struct buffer_head *), in ext3_fill_super()1974 for (i = 0; i < db_count; i++) { in ext3_fill_super()1980 db_count = i; in ext3_fill_super()1989 sbi->s_gdb_count = db_count; in ext3_fill_super()2142 for (i = 0; i < db_count; i++) in ext3_fill_super()
3453 unsigned int db_count; in ext4_fill_super() local3945 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) / in ext4_fill_super()3947 sbi->s_group_desc = ext4_kvmalloc(db_count * in ext4_fill_super()3965 for (i = 0; i < db_count; i++) { in ext4_fill_super()3971 db_count = i; in ext4_fill_super()3980 sbi->s_gdb_count = db_count; in ext4_fill_super()4333 for (i = 0; i < db_count; i++) in ext4_fill_super()