Home
last modified time | relevance | path

Searched refs:bg_block_bitmap (Results 1 – 25 of 26) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c123 if (group && fs->group_desc[group-1].bg_block_bitmap) in ext2fs_allocate_group_table()
124 prev_block = fs->group_desc[group-1].bg_block_bitmap; in ext2fs_allocate_group_table()
130 if (!fs->group_desc[group].bg_block_bitmap) { in ext2fs_allocate_group_table()
139 fs->group_desc[group].bg_block_bitmap = new_blk; in ext2fs_allocate_group_table()
Dcheck_desc.c63 blk = fs->group_desc[i].bg_block_bitmap; in ext2fs_check_desc()
Drw_bitmaps.c93 blk = fs->group_desc[i].bg_block_bitmap; in write_bitmaps()
245 blk = fs->group_desc[i].bg_block_bitmap; in read_bitmaps()
Dswapfs.c99 gdp->bg_block_bitmap = ext2fs_swab32(gdp->bg_block_bitmap); in ext2fs_swap_group_desc()
Dext2_fs.h141 __u32 bg_block_bitmap; /* Blocks bitmap block */ member
155 __u32 bg_block_bitmap; /* Blocks bitmap block */ member
Dcsum.c201 fs->group_desc[i].bg_block_bitmap = 124; in main()
Dalloc.c61 (blk == fs->group_desc[group].bg_block_bitmap) || in check_block_uninit()
/external/e2fsprogs/resize/
Dresize2fs.c57 #define FS_BLOCK_BM(fs, i) ((fs)->group_desc[(i)].bg_block_bitmap)
225 (blk == fs->group_desc[g].bg_block_bitmap) || in fix_uninit_block_bitmaps()
260 if (gdp->bg_block_bitmap && in free_gdp_blocks()
261 (gdp->bg_block_bitmap < fs->super->s_blocks_count)) { in free_gdp_blocks()
262 ext2fs_block_alloc_stats(fs, gdp->bg_block_bitmap, -1); in free_gdp_blocks()
264 gdp->bg_block_bitmap); in free_gdp_blocks()
713 fs->group_desc[i].bg_block_bitmap); in mark_table_blocks()
902 fs->group_desc[i].bg_block_bitmap) in blocks_to_move()
909 if (fs->group_desc[i].bg_block_bitmap) in blocks_to_move()
911 fs->group_desc[i].bg_block_bitmap); in blocks_to_move()
[all …]
Dmain.c114 b_stride = fs->group_desc[group].bg_block_bitmap - in determine_fs_stride()
115 fs->group_desc[group-1].bg_block_bitmap - in determine_fs_stride()
Donline.c134 input.block_bitmap = new_fs->group_desc[i].bg_block_bitmap; in online_resize_fs()
/external/e2fsprogs/e2fsck/
Dsuper.c598 if ((gd->bg_block_bitmap < first_block) || in check_super_block()
599 (gd->bg_block_bitmap > last_block)) { in check_super_block()
600 pctx.blk = gd->bg_block_bitmap; in check_super_block()
602 gd->bg_block_bitmap = 0; in check_super_block()
604 if (gd->bg_block_bitmap == 0) { in check_super_block()
Dpass1.c2094 if (block == fs->group_desc[i].bg_block_bitmap) {
2381 if (blk == fs->group_desc[i].bg_block_bitmap) { in process_bad_block()
2534 1, &fs->group_desc[i].bg_block_bitmap); in handle_fs_bad_blocks()
2595 if (fs->group_desc[i].bg_block_bitmap) { in mark_table_blocks()
2597 fs->group_desc[i].bg_block_bitmap)) { in mark_table_blocks()
2598 pctx.blk = fs->group_desc[i].bg_block_bitmap; in mark_table_blocks()
2605 fs->group_desc[i].bg_block_bitmap); in mark_table_blocks()
Dpass5.c191 if (i == fs->group_desc[group].bg_block_bitmap) in check_block_bitmaps()
Dpass1b.c837 if ((test_block == fs->group_desc[i].bg_block_bitmap) || in check_if_fs_block()
/external/e2fsprogs/ext2ed/
Dgroup_com.c154 block_bitmap_offset=type_data.u.t_ext2_group_desc.bg_block_bitmap; in type_ext2_group_desc___blockbitmap()
Dext2.descriptors60 __u32 bg_block_bitmap; /* Blocks bitmap block */
/external/e2fsprogs/misc/
Ddumpe2fs.c215 print_number(fs->group_desc[i].bg_block_bitmap); in list_desc()
216 print_bg_rel_offset(fs, fs->group_desc[i].bg_block_bitmap, 0, in list_desc()
De2image.c280 if (fs->group_desc[i].bg_block_bitmap) { in mark_table_blocks()
282 fs->group_desc[i].bg_block_bitmap); in mark_table_blocks()
Dtune2fs.c1071 if (fs->group_desc[group].bg_block_bitmap == blk) in ext2fs_is_meta_block()
1282 blk = fs->group_desc[i].bg_block_bitmap; in group_desc_scan_and_fix()
1287 fs->group_desc[i].bg_block_bitmap = new_blk; in group_desc_scan_and_fix()
/external/genext2fs/
Dgenext2fs.c245 #define GRP_GET_GROUP_BBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_block_bitmap) )
471 udecl32(bg_block_bitmap) /* Block number of the block bitmap */ \
881 if(!(bk = allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), 0))) { in alloc_blk()
883 bk=allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap),0); in alloc_blk()
903 deallocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), bk); in free_blk()
2043 fs->gd[i].bg_block_bitmap = bbmpos; in init_fs()
2053 bbm = get_blk(fs,fs->gd[i].bg_block_bitmap); in init_fs()
2403 fs->gd[i].bg_block_bitmap, fs->gd[i].bg_inode_bitmap, in print_fs()
/external/kernel-headers/original/linux/
Dext2_fs.h138 __le32 bg_block_bitmap; /* Blocks bitmap block */ member
Dext3_fs.h128 __le32 bg_block_bitmap; /* Blocks bitmap block */ member
/external/grub/stage2/
Dfsys_ext2fs.c87 __u32 bg_block_bitmap; /* Blocks bitmap block */ member
/external/e2fsprogs/debugfs/
Dlogdump.c185 bitmap_to_dump = current_fs->group_desc[group_to_dump].bg_block_bitmap; in do_logdump()
Dset_fields.c184 { "block_bitmap", &set_gd.bg_block_bitmap, 4, parse_uint },

12