first_meta_bg     808 fs/ext2/super.c 	unsigned long bg, first_meta_bg;
first_meta_bg     811 fs/ext2/super.c 	first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
first_meta_bg     814 fs/ext2/super.c 	    nr < first_meta_bg)
first_meta_bg     827 fs/ext4/balloc.c 	unsigned long first_meta_bg =
first_meta_bg     831 fs/ext4/balloc.c 	if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg)
first_meta_bg     318 fs/ext4/fsmap.c 	unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
first_meta_bg     341 fs/ext4/fsmap.c 	if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg) {
first_meta_bg    2879 fs/ext4/super.c 	ext4_group_t bg, first_meta_bg;
first_meta_bg    2882 fs/ext4/super.c 	first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
first_meta_bg    2884 fs/ext4/super.c 	if (!ext4_has_feature_meta_bg(sb) || nr < first_meta_bg)