Home
last modified time | relevance | path

Searched refs:s_first_meta_bg (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/ext4/
Dballoc.c803 return le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg); in ext4_bg_num_gdb_nometa()
820 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg); in ext4_bg_num_gdb()
844 block_group < le32_to_cpu(sbi->s_es->s_first_meta_bg) * in ext4_num_base_meta_clusters()
Dfsmap.c318 unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in ext4_getfsmap_find_sb()
Dsuper.c2756 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
4062 if (le32_to_cpu(es->s_first_meta_bg) > db_count) { in ext4_fill_super()
4066 le32_to_cpu(es->s_first_meta_bg), db_count); in ext4_fill_super()
Dresize.c1857 sbi->s_es->s_first_meta_bg = in ext4_convert_meta_bg()
Dext4.h1264 __le32 s_first_meta_bg; /* First metablock block group */ member
/Linux-v4.19/fs/ext2/
Dext2.h489 __le32 s_first_meta_bg; /* First metablock block group */ member
Dsuper.c810 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()