Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dballoc.c888 return le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg); in ext4_bg_num_gdb_nometa()
905 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg); in ext4_bg_num_gdb()
929 block_group < le32_to_cpu(sbi->s_es->s_first_meta_bg) * in ext4_num_base_meta_blocks()
Dfsmap.c321 unsigned long first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in ext4_getfsmap_find_sb()
Dresize.c1957 sbi->s_es->s_first_meta_bg = in ext4_convert_meta_bg()
Dsuper.c3537 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
4850 if (le32_to_cpu(es->s_first_meta_bg) > db_count) { in ext4_group_desc_init()
4854 le32_to_cpu(es->s_first_meta_bg), db_count); in ext4_group_desc_init()
Dext4.h1357 __le32 s_first_meta_bg; /* First metablock block group */ member
/Linux-v6.6/Documentation/filesystems/ext4/
Dblockgroup.rst113 the field s_first_meta_bg in the superblock will indicate the first
Dsuper.rst258 - s_first_meta_bg
/Linux-v6.6/fs/ext2/
Dext2.h478 __le32 s_first_meta_bg; /* First metablock block group */ member
Dsuper.c794 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()