Home
last modified time | relevance | path

Searched refs:db_count (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/ext2/
Dsuper.c127 int db_count; in ext2_put_super() local
145 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() local
1006 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()
/linux-2.6.39/fs/ext3/
Dsuper.c1632 int db_count; in ext3_fill_super() local
1892 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()
/linux-2.6.39/fs/ext4/
Dsuper.c3049 unsigned int db_count; in ext4_fill_super() local
3369 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()