/external/e2fsprogs/lib/ext2fs/ |
D | bitops.h | 67 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block); 68 extern int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, 70 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block); 77 extern void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, 79 extern void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, 81 extern int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, 90 extern blk_t ext2fs_get_block_bitmap_start(ext2fs_block_bitmap bitmap); 92 extern blk_t ext2fs_get_block_bitmap_end(ext2fs_block_bitmap bitmap); 95 extern void ext2fs_fast_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, 97 extern void ext2fs_fast_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap, [all …]
|
D | bitmaps.c | 38 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_free_block_bitmap() 87 ext2fs_block_bitmap *ret) in ext2fs_allocate_block_bitmap() 124 ext2fs_block_bitmap *ret) in ext2fs_allocate_subcluster_bitmap() 157 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) in ext2fs_get_bitmap_granularity() 181 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end() 190 errcode_t ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end2() 203 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap() 222 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap() 229 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap2() 234 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, in ext2fs_compare_block_bitmap() [all …]
|
D | bmove.c | 32 ext2fs_block_bitmap reserve; 33 ext2fs_block_bitmap alloc_map; 98 ext2fs_block_bitmap reserve, in ext2fs_move_blocks() 99 ext2fs_block_bitmap alloc_map, in ext2fs_move_blocks()
|
D | ext2fs.h | 121 typedef struct ext2fs_struct_generic_bitmap_base *ext2fs_block_bitmap; typedef 239 ext2fs_block_bitmap block_map; 709 ext2fs_block_bitmap map, blk_t *ret); 711 ext2fs_block_bitmap map, blk64_t *ret); 713 ext2fs_block_bitmap map, blk64_t *ret, 717 ext2fs_block_bitmap map, 721 ext2fs_block_bitmap map, 754 blk64_t len, ext2fs_block_bitmap map, blk64_t *pblk, 765 ext2fs_block_bitmap bmap); 786 ext2fs_block_bitmap bmap); [all …]
|
D | alloc.c | 148 ext2fs_block_bitmap map, blk64_t *ret, in ext2fs_new_block3() 205 ext2fs_block_bitmap map, blk64_t *ret) in ext2fs_new_block2() 211 ext2fs_block_bitmap map, blk_t *ret) in ext2fs_new_block() 284 int num, ext2fs_block_bitmap map, blk64_t *ret) in ext2fs_get_free_blocks2() 320 int num, ext2fs_block_bitmap map, blk_t *ret) in ext2fs_get_free_blocks() 405 blk64_t len, ext2fs_block_bitmap map, blk64_t *pblk, in ext2fs_new_range()
|
D | gen_bitmap64.c | 654 int ext2fs_test_block_bitmap_range2(ext2fs_block_bitmap gen_bmap, in ext2fs_test_block_bitmap_range2() 699 void ext2fs_mark_block_bitmap_range2(ext2fs_block_bitmap gen_bmap, in ext2fs_mark_block_bitmap_range2() 740 void ext2fs_unmark_block_bitmap_range2(ext2fs_block_bitmap gen_bmap, in ext2fs_unmark_block_bitmap_range2() 797 ext2fs_block_bitmap *bitmap) in ext2fs_convert_subcluster_bitmap() 800 ext2fs_block_bitmap gen_bmap = *bitmap, gen_cmap; in ext2fs_convert_subcluster_bitmap() 836 *bitmap = (ext2fs_block_bitmap) cmap; in ext2fs_convert_subcluster_bitmap()
|
D | alloc_sb.c | 46 ext2fs_block_bitmap bmap) in ext2fs_reserve_super_and_bgd()
|
D | alloc_tables.c | 39 ext2fs_block_bitmap bmap, int rem_grp, in flexbg_offset() 85 ext2fs_block_bitmap bmap) in ext2fs_allocate_group_table()
|
D | check_desc.c | 35 ext2fs_block_bitmap bmap; in ext2fs_check_desc()
|
D | gen_bitmap.c | 586 int ext2fs_test_block_bitmap_range(ext2fs_block_bitmap gen_bitmap, in ext2fs_test_block_bitmap_range() 618 void ext2fs_mark_block_bitmap_range(ext2fs_block_bitmap gen_bitmap, in ext2fs_mark_block_bitmap_range() 634 void ext2fs_unmark_block_bitmap_range(ext2fs_block_bitmap gen_bitmap, in ext2fs_unmark_block_bitmap_range()
|
D | tst_iscan.c | 32 ext2fs_block_bitmap bad_block_map, touched_map;
|
D | rw_bitmaps.c | 165 ext2fs_block_bitmap bmap = fs->block_map; in mark_uninit_bg_group_blocks()
|
D | undo_io.c | 147 ext2fs_block_bitmap written_block_map;
|
/external/e2fsprogs/contrib/android/ |
D | basefs_allocator.c | 15 ext2fs_block_bitmap exclusive_block_map; 17 ext2fs_block_bitmap dedup_block_map; 32 ext2fs_block_bitmap exclusive_map = allocator->exclusive_block_map; in fs_free_blocks_range() 49 static void fs_free_blocks_bitmap(ext2_filsys fs, ext2fs_block_bitmap bitmap) in fs_free_blocks_bitmap() 106 ext2fs_block_bitmap exclusive_map = allocator->exclusive_block_map; in fs_reserve_block() 107 ext2fs_block_bitmap dedup_map = allocator->dedup_block_map; in fs_reserve_block() 244 ext2fs_block_bitmap exclusive_map = allocator->exclusive_block_map; in get_next_block() 245 ext2fs_block_bitmap dedup_map = allocator->dedup_block_map; in get_next_block() 288 ext2fs_block_bitmap exclusive_map = allocator->exclusive_block_map; in skip_blocks() 308 ext2fs_block_bitmap dedup_map = allocator->dedup_block_map; in basefs_block_allocator()
|
/external/e2fsprogs/resize/ |
D | resize2fs.h | 110 ext2fs_block_bitmap reserve_blocks; 111 ext2fs_block_bitmap move_blocks; 150 ext2fs_block_bitmap reserve_blocks,
|
D | resize2fs.c | 55 ext2fs_block_bitmap bmap); 58 ext2fs_block_bitmap meta_bmap); 352 ext2fs_block_bitmap old_map, new_map; in move_bg_metadata() 630 ext2fs_block_bitmap reserve_blocks, in free_gdp_blocks() 637 ext2fs_block_bitmap bg_map = NULL; in free_gdp_blocks() 691 ext2fs_block_bitmap reserve_blocks, blk64_t new_size) in adjust_fs_info() 1149 ext2fs_block_bitmap bmap) in mark_table_blocks() 1188 ext2fs_block_bitmap meta_bmap, in mark_fs_metablock() 1269 ext2fs_block_bitmap meta_bmap, new_meta_bmap = NULL; in blocks_to_move() 2407 ext2fs_block_bitmap new_bmap = NULL; in move_itables() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | readahead.c | 85 ext2fs_block_bitmap ra_map) in e2fsck_readahead_bitmap() 121 static errcode_t mark_bmap_range(ext2fs_block_bitmap map, in mark_bmap_range() 132 static errcode_t mark_bmap(ext2fs_block_bitmap map, blk64_t blk) in mark_bmap() 148 ext2fs_block_bitmap ra_map = NULL; in e2fsck_readahead()
|
D | e2fsck.h | 263 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ 264 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */ 265 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ 403 ext2fs_block_bitmap block_metadata_map; /* Metadata blocks */ 660 ext2fs_block_bitmap *ret); 665 ext2fs_block_bitmap *ret);
|
D | emptydir.c | 24 ext2fs_block_bitmap empty_dir_blocks;
|
D | util.c | 829 ext2fs_block_bitmap *ret) in e2fsck_allocate_block_bitmap() 843 ext2fs_block_bitmap *ret) in e2fsck_allocate_subcluster_bitmap()
|
D | pass1.c | 106 ext2fs_block_bitmap fs_meta_blocks;
|
/external/e2fsprogs/misc/ |
D | e2fuzz.c | 63 ext2fs_block_bitmap bmap; 84 static errcode_t find_metadata_blocks(ext2_filsys fs, ext2fs_block_bitmap bmap, in find_metadata_blocks() 183 ext2fs_block_bitmap corrupt_map; in process_fs()
|
D | tune2fs.c | 2246 ext2fs_block_bitmap bmap) in get_move_bitmaps() 2320 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block() 2414 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block() 2430 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix() 2506 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix() 2686 ext2fs_block_bitmap bmap; in resize_inode()
|
D | e2image.c | 300 static ext2fs_block_bitmap meta_block_map; 301 static ext2fs_block_bitmap scramble_block_map; /* Directory blocks to be scrambled */
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 953 …locate_block_bitmap (ext2_filsys @var{fs}, const char *@var{descr}, ext2fs_block_bitmap *@var{ret}) 969 @deftypefun void ext2fs_free_block_bitmap (ext2fs_block_bitmap @var{bitmap}) 982 @deftypefun void ext2fs_mark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block}) 984 @deftypefunx void ext2fs_unmark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block}) 986 @deftypefunx int ext2fs_test_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block}) 1001 @deftypefun void ext2fs_fast_mark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block}) 1003 @deftypefunx void ext2fs_fast_unmark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{blo… 1005 @deftypefunx int ext2fs_fast_test_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block}) 1020 @deftypefun blk_t ext2fs_get_block_bitmap_start (ext2fs_block_bitmap @var{bitmap}) 1025 @deftypefun blk_t ext2fs_get_block_bitmap_end (ext2fs_block_bitmap @var{bitmap}) [all …]
|