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()760 int db_count; in ext2_fill_super() local1007 db_count = (sbi->s_groups_count + EXT2_DESC_PER_BLOCK(sb) - 1) / in ext2_fill_super()1009 sbi->s_group_desc = kmalloc (db_count * sizeof (struct buffer_head *), GFP_KERNEL); in ext2_fill_super()1020 for (i = 0; i < db_count; i++) { in ext2_fill_super()1035 sbi->s_gdb_count = db_count; in ext2_fill_super()1116 for (i = 0; i < db_count; i++) in ext2_fill_super()
1635 int db_count; in ext3_fill_super() local1897 db_count = DIV_ROUND_UP(sbi->s_groups_count, EXT3_DESC_PER_BLOCK(sb)); in ext3_fill_super()1898 sbi->s_group_desc = kmalloc(db_count * sizeof (struct buffer_head *), in ext3_fill_super()1909 for (i = 0; i < db_count; i++) { in ext3_fill_super()1915 db_count = i; in ext3_fill_super()1924 sbi->s_gdb_count = db_count; in ext3_fill_super()2075 for (i = 0; i < db_count; i++) in ext3_fill_super()
3091 unsigned int db_count; in ext4_fill_super() local3500 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) / in ext4_fill_super()3502 sbi->s_group_desc = ext4_kvmalloc(db_count * in ext4_fill_super()3519 for (i = 0; i < db_count; i++) { in ext4_fill_super()3525 db_count = i; in ext4_fill_super()3541 sbi->s_gdb_count = db_count; in ext4_fill_super()3848 for (i = 0; i < db_count; i++) in ext4_fill_super()