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

/linux-4.1.27/fs/ext2/
H A Dsuper.c762 unsigned long bg, first_meta_bg; descriptor_loc() local
765 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); descriptor_loc()
768 nr < first_meta_bg) descriptor_loc()
/linux-4.1.27/fs/ext4/
H A Dballoc.c796 unsigned long first_meta_bg = ext4_bg_num_gdb() local
801 metagroup < first_meta_bg) ext4_bg_num_gdb()
H A Dsuper.c2398 ext4_group_t bg, first_meta_bg; descriptor_loc() local
2401 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); descriptor_loc()
2404 nr < first_meta_bg) descriptor_loc()
/linux-4.1.27/fs/ext3/
H A Dsuper.c1673 unsigned long bg, first_meta_bg; descriptor_loc() local
1676 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); descriptor_loc()
1679 nr < first_meta_bg) descriptor_loc()
H A Dballoc.c1893 unsigned long first_meta_bg = ext3_bg_num_gdb() local
1898 metagroup < first_meta_bg) ext3_bg_num_gdb()

Completed in 209 milliseconds