Home
last modified time | relevance | path

Searched refs:ext2fs_block_bitmap (Results 1 – 24 of 24) 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()
155 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) in ext2fs_get_bitmap_granularity()
179 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end()
188 errcode_t ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end2()
201 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap()
220 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap()
227 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap2()
232 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.h116 typedef struct ext2fs_struct_generic_bitmap *ext2fs_block_bitmap; typedef
231 ext2fs_block_bitmap block_map;
683 ext2fs_block_bitmap map, blk_t *ret);
685 ext2fs_block_bitmap map, blk64_t *ret);
687 ext2fs_block_bitmap map, blk64_t *ret,
691 ext2fs_block_bitmap map,
695 ext2fs_block_bitmap map,
728 blk64_t len, ext2fs_block_bitmap map, blk64_t *pblk,
739 ext2fs_block_bitmap bmap);
760 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()
404 blk64_t len, ext2fs_block_bitmap map, blk64_t *pblk, in ext2fs_new_range()
Dgen_bitmap64.c627 int ext2fs_test_block_bitmap_range2(ext2fs_block_bitmap bmap, in ext2fs_test_block_bitmap_range2()
669 void ext2fs_mark_block_bitmap_range2(ext2fs_block_bitmap bmap, in ext2fs_mark_block_bitmap_range2()
707 void ext2fs_unmark_block_bitmap_range2(ext2fs_block_bitmap bmap, in ext2fs_unmark_block_bitmap_range2()
759 ext2fs_block_bitmap *bitmap) in ext2fs_convert_subcluster_bitmap()
761 ext2fs_block_bitmap cmap, bmap; in ext2fs_convert_subcluster_bitmap()
Dalloc_tables.c39 ext2fs_block_bitmap bmap, int rem_grp, in flexbg_offset()
85 ext2fs_block_bitmap bmap) in ext2fs_allocate_group_table()
Dalloc_sb.c46 ext2fs_block_bitmap bmap) in ext2fs_reserve_super_and_bgd()
Dgen_bitmap.c553 int ext2fs_test_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap_range()
579 void ext2fs_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap_range()
593 void ext2fs_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_unmark_block_bitmap_range()
Dcheck_desc.c35 ext2fs_block_bitmap bmap; in ext2fs_check_desc()
Dtst_iscan.c32 ext2fs_block_bitmap bad_block_map, touched_map;
Drw_bitmaps.c163 ext2fs_block_bitmap bmap = fs->block_map; in mark_uninit_bg_group_blocks()
Dundo_io.c147 ext2fs_block_bitmap written_block_map;
/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()
1148 ext2fs_block_bitmap bmap) in mark_table_blocks()
1187 ext2fs_block_bitmap meta_bmap, in mark_fs_metablock()
1268 ext2fs_block_bitmap meta_bmap, new_meta_bmap = NULL; in blocks_to_move()
2303 ext2fs_block_bitmap new_bmap = NULL; in move_itables()
[all …]
/external/e2fsprogs/e2fsck/
Dreadahead.c85 ext2fs_block_bitmap ra_map) in e2fsck_readahead_bitmap()
119 static errcode_t mark_bmap_range(ext2fs_block_bitmap map, in mark_bmap_range()
130 static errcode_t mark_bmap(ext2fs_block_bitmap map, blk64_t blk) in mark_bmap()
146 ext2fs_block_bitmap ra_map = NULL; in e2fsck_readahead()
De2fsck.h256 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */
257 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */
258 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */
384 ext2fs_block_bitmap block_metadata_map; /* Metadata blocks */
637 ext2fs_block_bitmap *ret);
642 ext2fs_block_bitmap *ret);
Demptydir.c24 ext2fs_block_bitmap empty_dir_blocks;
Dutil.c802 ext2fs_block_bitmap *ret) in e2fsck_allocate_block_bitmap()
816 ext2fs_block_bitmap *ret) in e2fsck_allocate_subcluster_bitmap()
Dpass1.c97 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.c2075 ext2fs_block_bitmap bmap) in get_move_bitmaps()
2149 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block()
2243 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block()
2259 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix()
2335 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix()
2515 ext2fs_block_bitmap bmap; in resize_inode()
De2image.c298 static ext2fs_block_bitmap meta_block_map;
299 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 …]