Searched refs:db_count (Results 1 – 3 of 3) sorted by relevance
127 int db_count; in ext2_put_super() local145 db_count = sbi->s_gdb_count; in ext2_put_super()146 for (i = 0; i < db_count; i++) in ext2_put_super()761 int db_count; in ext2_fill_super() local1006 db_count = (sbi->s_groups_count + EXT2_DESC_PER_BLOCK(sb) - 1) / in ext2_fill_super()1008 sbi->s_group_desc = kmalloc (db_count * sizeof (struct buffer_head *), GFP_KERNEL); in ext2_fill_super()1019 for (i = 0; i < db_count; i++) { in ext2_fill_super()1034 sbi->s_gdb_count = db_count; in ext2_fill_super()1116 for (i = 0; i < db_count; i++) in ext2_fill_super()
1632 int db_count; in ext3_fill_super() local1892 db_count = DIV_ROUND_UP(sbi->s_groups_count, EXT3_DESC_PER_BLOCK(sb)); in ext3_fill_super()1893 sbi->s_group_desc = kmalloc(db_count * sizeof (struct buffer_head *), in ext3_fill_super()1904 for (i = 0; i < db_count; i++) { in ext3_fill_super()1910 db_count = i; in ext3_fill_super()1919 sbi->s_gdb_count = db_count; in ext3_fill_super()2070 for (i = 0; i < db_count; i++) in ext3_fill_super()
3049 unsigned int db_count; in ext4_fill_super() local3369 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) / in ext4_fill_super()3371 sbi->s_group_desc = kmalloc(db_count * sizeof(struct buffer_head *), in ext4_fill_super()3385 for (i = 0; i < db_count; i++) { in ext4_fill_super()3391 db_count = i; in ext4_fill_super()3407 sbi->s_gdb_count = db_count; in ext4_fill_super()3711 for (i = 0; i < db_count; i++) in ext4_fill_super()