Home
last modified time | relevance | path

Searched refs:first_meta_bg (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext2/
H A Dsuper.c792 unsigned long bg, first_meta_bg; in descriptor_loc() local
794 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
797 nr < first_meta_bg) in descriptor_loc()
/linux/fs/ext4/
H A Dsuper.c3510 ext4_group_t bg, first_meta_bg; in descriptor_loc() local
3513 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
3515 if (!ext4_has_feature_meta_bg(sb) || nr < first_meta_bg) in descriptor_loc()