Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dfsmap.c321 unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in ext4_getfsmap_find_sb() local
344 if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg) { in ext4_getfsmap_find_sb()
A Dballoc.c861 unsigned long first_meta_bg = in ext4_bg_num_gdb() local
865 if (!ext4_has_feature_meta_bg(sb) || metagroup < first_meta_bg) in ext4_bg_num_gdb()
A Dsuper.c3097 ext4_group_t bg, first_meta_bg; in descriptor_loc() local
3100 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
3102 if (!ext4_has_feature_meta_bg(sb) || nr < first_meta_bg) in descriptor_loc()
/linux/fs/ext2/
A Dsuper.c791 unsigned long bg, first_meta_bg; in descriptor_loc() local
793 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
796 nr < first_meta_bg) in descriptor_loc()

Completed in 21 milliseconds