Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfsmap.c375 unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in ext4_getfsmap_find_sb() local
398 if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg) { in ext4_getfsmap_find_sb()
H A Dballoc.c916 unsigned long first_meta_bg = in ext4_bg_num_gdb() local
920 if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg) in ext4_bg_num_gdb()
H A Dsuper.c3572 ext4_group_t bg, first_meta_bg; in descriptor_loc() local
3575 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
3577 if (!ext4_has_feature_meta_bg(sb) || nr < first_meta_bg) in descriptor_loc()