Home
last modified time | relevance | path

Searched refs:s_first_meta_bg (Results 1 – 5 of 5) 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()
H A Dresize.c1606 gdb_num >= le32_to_cpu(es->s_first_meta_bg); in ext4_flex_group_add()
1957 sbi->s_es->s_first_meta_bg = in ext4_convert_meta_bg()
H A Dsuper.c3548 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
4897 if (le32_to_cpu(es->s_first_meta_bg) > db_count) { in ext4_group_desc_init()
4901 le32_to_cpu(es->s_first_meta_bg), db_count); in ext4_group_desc_init()
H A Dext4.h1400 __le32 s_first_meta_bg; /* First metablock block group */ member
/linux/fs/ext2/
H A Dsuper.c808 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()