Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dbitops.h67 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 …]
Dbitmaps.c38 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 …]
Dbmove.c32 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()
Dext2fs.h121 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 …]
Dalloc.c148 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()
Dgen_bitmap64.c654 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()
Dalloc_sb.c46 ext2fs_block_bitmap bmap) in ext2fs_reserve_super_and_bgd()
Dalloc_tables.c39 ext2fs_block_bitmap bmap, int rem_grp, in flexbg_offset()
85 ext2fs_block_bitmap bmap) in ext2fs_allocate_group_table()
Dcheck_desc.c35 ext2fs_block_bitmap bmap; in ext2fs_check_desc()
Dgen_bitmap.c586 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()
Dtst_iscan.c32 ext2fs_block_bitmap bad_block_map, touched_map;
Drw_bitmaps.c165 ext2fs_block_bitmap bmap = fs->block_map; in mark_uninit_bg_group_blocks()
Dundo_io.c147 ext2fs_block_bitmap written_block_map;
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c15 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/
Dresize2fs.h110 ext2fs_block_bitmap reserve_blocks;
111 ext2fs_block_bitmap move_blocks;
150 ext2fs_block_bitmap reserve_blocks,
Dresize2fs.c55 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/
Dreadahead.c85 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()
De2fsck.h263 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);
Demptydir.c24 ext2fs_block_bitmap empty_dir_blocks;
Dutil.c829 ext2fs_block_bitmap *ret) in e2fsck_allocate_block_bitmap()
843 ext2fs_block_bitmap *ret) in e2fsck_allocate_subcluster_bitmap()
Dpass1.c106 ext2fs_block_bitmap fs_meta_blocks;
/external/e2fsprogs/misc/
De2fuzz.c63 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()
Dtune2fs.c2246 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()
De2image.c300 static ext2fs_block_bitmap meta_block_map;
301 static ext2fs_block_bitmap scramble_block_map; /* Directory blocks to be scrambled */
/external/e2fsprogs/doc/
Dlibext2fs.texinfo953 …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 …]