/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 123 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()
|
D | check_desc.c | 63 blk = fs->group_desc[i].bg_block_bitmap; in ext2fs_check_desc()
|
D | rw_bitmaps.c | 93 blk = fs->group_desc[i].bg_block_bitmap; in write_bitmaps() 245 blk = fs->group_desc[i].bg_block_bitmap; in read_bitmaps()
|
D | swapfs.c | 99 gdp->bg_block_bitmap = ext2fs_swab32(gdp->bg_block_bitmap); in ext2fs_swap_group_desc()
|
D | ext2_fs.h | 141 __u32 bg_block_bitmap; /* Blocks bitmap block */ member 155 __u32 bg_block_bitmap; /* Blocks bitmap block */ member
|
D | csum.c | 201 fs->group_desc[i].bg_block_bitmap = 124; in main()
|
D | alloc.c | 61 (blk == fs->group_desc[group].bg_block_bitmap) || in check_block_uninit()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 57 #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 …]
|
D | main.c | 114 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()
|
D | online.c | 134 input.block_bitmap = new_fs->group_desc[i].bg_block_bitmap; in online_resize_fs()
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 598 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()
|
D | pass1.c | 2094 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()
|
D | pass5.c | 191 if (i == fs->group_desc[group].bg_block_bitmap) in check_block_bitmaps()
|
D | pass1b.c | 837 if ((test_block == fs->group_desc[i].bg_block_bitmap) || in check_if_fs_block()
|
/external/e2fsprogs/ext2ed/ |
D | group_com.c | 154 block_bitmap_offset=type_data.u.t_ext2_group_desc.bg_block_bitmap; in type_ext2_group_desc___blockbitmap()
|
D | ext2.descriptors | 60 __u32 bg_block_bitmap; /* Blocks bitmap block */
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 215 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()
|
D | e2image.c | 280 if (fs->group_desc[i].bg_block_bitmap) { in mark_table_blocks() 282 fs->group_desc[i].bg_block_bitmap); in mark_table_blocks()
|
D | tune2fs.c | 1071 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/ |
D | genext2fs.c | 245 #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/ |
D | ext2_fs.h | 138 __le32 bg_block_bitmap; /* Blocks bitmap block */ member
|
D | ext3_fs.h | 128 __le32 bg_block_bitmap; /* Blocks bitmap block */ member
|
/external/grub/stage2/ |
D | fsys_ext2fs.c | 87 __u32 bg_block_bitmap; /* Blocks bitmap block */ member
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 185 bitmap_to_dump = current_fs->group_desc[group_to_dump].bg_block_bitmap; in do_logdump()
|
D | set_fields.c | 184 { "block_bitmap", &set_gd.bg_block_bitmap, 4, parse_uint },
|