Searched refs:s_gdb_count (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/ext4/
H A Dresize.c926 EXT4_SB(sb)->s_gdb_count * sizeof(struct buffer_head *));
930 EXT4_SB(sb)->s_gdb_count++;
986 EXT4_SB(sb)->s_gdb_count * sizeof(struct buffer_head *));
999 EXT4_SB(sb)->s_gdb_count++;
1044 blk = EXT4_SB(sb)->s_sbh->b_blocknr + 1 + EXT4_SB(sb)->s_gdb_count;
1045 data = (__le32 *)dind->b_data + (EXT4_SB(sb)->s_gdb_count %
H A Dballoc.c898 return EXT4_SB(sb)->s_gdb_count;
H A Dsuper.c1270 for (i = 0; i < sbi->s_gdb_count; i++)
4878 sbi->s_gdb_count = i;
4885 sbi->s_gdb_count = db_count;
H A Dinode.c5641 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count)
5642 gdpblocks = EXT4_SB(inode->i_sb)->s_gdb_count;
H A Dext4.h1499 unsigned long s_gdb_count; /* Number of group descriptor blocks */ member in struct:ext4_sb_info
/linux-master/fs/ext2/
H A Dext2.h77 unsigned long s_gdb_count; /* Number of group descriptor blocks */ member in struct:ext2_sb_info
H A Dsuper.c163 db_count = sbi->s_gdb_count;
1117 sbi->s_gdb_count = db_count;
H A Dballoc.c1526 return ext2_bg_has_super(sb, group) ? EXT2_SB(sb)->s_gdb_count : 0;

Completed in 148 milliseconds