Searched refs:first_meta_bg (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ext4/
H A Dfsmap.c321 unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); local
344 if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg) {
H A Dballoc.c912 unsigned long first_meta_bg = local
916 if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg)
H A Dsuper.c3533 ext4_group_t bg, first_meta_bg; local
3536 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
3538 if (!ext4_has_feature_meta_bg(sb) || nr < first_meta_bg)
/linux-master/fs/ext2/
H A Dsuper.c792 unsigned long bg, first_meta_bg; local
794 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
797 nr < first_meta_bg)

Completed in 154 milliseconds