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

/fs/ext4/
H A Dballoc.c799 unsigned long first_meta_bg = local
804 metagroup < first_meta_bg)
H A Dsuper.c2366 ext4_group_t bg, first_meta_bg; local
2369 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
2372 nr < first_meta_bg)
/fs/ext2/
H A Dsuper.c747 unsigned long bg, first_meta_bg; local
750 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
753 nr < first_meta_bg)
/fs/ext3/
H A Dballoc.c1893 unsigned long first_meta_bg = local
1898 metagroup < first_meta_bg)
H A Dsuper.c1662 unsigned long bg, first_meta_bg; local
1665 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
1668 nr < first_meta_bg)

Completed in 92 milliseconds