s_first_meta_bg   485 fs/ext2/ext2.h  	__le32	s_first_meta_bg; 	/* First metablock block group */
s_first_meta_bg   811 fs/ext2/super.c 	first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
s_first_meta_bg   811 fs/ext4/balloc.c 		return le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg);
s_first_meta_bg   828 fs/ext4/balloc.c 			le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg);
s_first_meta_bg   852 fs/ext4/balloc.c 	    block_group < le32_to_cpu(sbi->s_es->s_first_meta_bg) *
s_first_meta_bg  1287 fs/ext4/ext4.h 	__le32	s_first_meta_bg;	/* First metablock block group */
s_first_meta_bg   318 fs/ext4/fsmap.c 	unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
s_first_meta_bg  1899 fs/ext4/resize.c 	sbi->s_es->s_first_meta_bg =
s_first_meta_bg  2882 fs/ext4/super.c 	first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
s_first_meta_bg  4265 fs/ext4/super.c 		if (le32_to_cpu(es->s_first_meta_bg) > db_count) {
s_first_meta_bg  4269 fs/ext4/super.c 				 le32_to_cpu(es->s_first_meta_bg), db_count);