Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dclosefs.c81 old_desc_blocks = fs->super->s_first_meta_bg; in ext2fs_super_and_bgd_loc2()
96 (meta_bg < fs->super->s_first_meta_bg)) { in ext2fs_super_and_bgd_loc2()
339 old_desc_blocks = fs->super->s_first_meta_bg; in ext2fs_flush2()
Dalloc_sb.c55 old_desc_blocks = fs->super->s_first_meta_bg; in ext2fs_reserve_super_and_bgd()
Dtst_super_size.c101 check_field(s_first_meta_bg, 4); in main()
Dopenfs.c43 (i < fs->super->s_first_meta_bg)) in ext2fs_descriptor_block_loc2()
351 first_meta_bg = fs->super->s_first_meta_bg; in ext2fs_open2()
Dswapfs.c65 sb->s_first_meta_bg = ext2fs_swab32(sb->s_first_meta_bg); in ext2fs_swap_super()
Dalloc.c50 old_desc_blocks = fs->super->s_first_meta_bg; in check_block_uninit()
Dinitialize.c170 set_field(s_first_meta_bg, 0); in ext2fs_initialize()
Dext2_fs.h649 __u32 s_first_meta_bg; /* First metablock group */ member
/external/e2fsprogs/resize/
Dresize2fs.c517 old_desc_blocks = fs->super->s_first_meta_bg; in adjust_fs_info()
559 (meta_bg < fs->super->s_first_meta_bg)) { in adjust_fs_info()
947 old_blocks = old_fs->super->s_first_meta_bg; in blocks_to_move()
948 new_blocks = fs->super->s_first_meta_bg; in blocks_to_move()
1000 (meta_bg < fs->super->s_first_meta_bg)) { in blocks_to_move()
1915 old_desc_blocks = fs->super->s_first_meta_bg; in ext2fs_calculate_summary_stats()
1953 old_desc_blocks = fs->super->s_first_meta_bg; in ext2fs_calculate_summary_stats()
2078 old_desc_blocks = fs->super->s_first_meta_bg; in calculate_minimum_resize_size()
/external/e2fsprogs/lib/e2p/
Dls.c281 if (sb->s_first_meta_bg) in list_super2()
283 sb->s_first_meta_bg); in list_super2()
/external/e2fsprogs/misc/
Ddumpe2fs.c186 old_desc_blocks = fs->super->s_first_meta_bg; in list_desc()
Dmke2fs.c1918 fs_param.s_first_meta_bg = atoi(tmp); in PRS()
/external/e2fsprogs/lib/blkid/
Dprobe.h82 __u32 s_first_meta_bg; member
/external/e2fsprogs/debugfs/
Dset_fields.c129 { "first_meta_bg", &set_sb.s_first_meta_bg, NULL, 4, parse_uint },
/external/e2fsprogs/e2fsck/
Dpass5.c324 fs->super->s_first_meta_bg; in check_block_bitmaps()