Home
last modified time | relevance | path

Searched refs:s_gdb_count (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext2/
H A Dext2.h77 unsigned long s_gdb_count; /* Number of group descriptor blocks */ member
H A Dsuper.c190 db_count = sbi->s_gdb_count; in ext2_put_super()
1155 sbi->s_gdb_count = db_count; in ext2_fill_super()
H A Dballoc.c1533 return ext2_bg_has_super(sb, group) ? EXT2_SB(sb)->s_gdb_count : 0; in ext2_bg_num_gdb()
/linux/fs/ext4/
H A Dinode.c6204 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count) in ext4_meta_trans_blocks()
6205 gdpblocks = EXT4_SB(inode->i_sb)->s_gdb_count; in ext4_meta_trans_blocks()