Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dbitops.h65 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
66 extern int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
68 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
75 extern void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap,
77 extern void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
79 extern int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap,
88 extern blk_t ext2fs_get_block_bitmap_start(ext2fs_block_bitmap bitmap);
90 extern blk_t ext2fs_get_block_bitmap_end(ext2fs_block_bitmap bitmap);
93 extern void ext2fs_fast_mark_block_bitmap_range(ext2fs_block_bitmap bitmap,
95 extern void ext2fs_fast_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap,
[all …]
Dbitmaps.c37 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_free_block_bitmap()
86 ext2fs_block_bitmap *ret) in ext2fs_allocate_block_bitmap()
123 ext2fs_block_bitmap *ret) in ext2fs_allocate_subcluster_bitmap()
154 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) in ext2fs_get_bitmap_granularity()
178 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end()
187 errcode_t ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end2()
200 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap()
219 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap()
226 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap2()
231 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, in ext2fs_compare_block_bitmap()
[all …]
Dbmove.c31 ext2fs_block_bitmap reserve;
32 ext2fs_block_bitmap alloc_map;
97 ext2fs_block_bitmap reserve, in ext2fs_move_blocks()
98 ext2fs_block_bitmap alloc_map, in ext2fs_move_blocks()
Dext2fs.h111 typedef struct ext2fs_struct_generic_bitmap *ext2fs_block_bitmap; typedef
223 ext2fs_block_bitmap block_map;
650 ext2fs_block_bitmap map, blk_t *ret);
652 ext2fs_block_bitmap map, blk64_t *ret);
655 ext2fs_block_bitmap map,
659 ext2fs_block_bitmap map,
676 ext2fs_block_bitmap bmap);
695 ext2fs_block_bitmap bmap);
744 extern void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap);
754 ext2fs_block_bitmap *ret);
[all …]
Dalloc.c31 static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, in check_block_uninit()
167 ext2fs_block_bitmap map, blk64_t *ret) in ext2fs_new_block2()
206 ext2fs_block_bitmap map, blk_t *ret) in ext2fs_new_block()
276 int num, ext2fs_block_bitmap map, blk64_t *ret) in ext2fs_get_free_blocks2()
309 int num, ext2fs_block_bitmap map, blk_t *ret) in ext2fs_get_free_blocks()
Dgen_bitmap64.c625 int ext2fs_test_block_bitmap_range2(ext2fs_block_bitmap bmap, in ext2fs_test_block_bitmap_range2()
667 void ext2fs_mark_block_bitmap_range2(ext2fs_block_bitmap bmap, in ext2fs_mark_block_bitmap_range2()
705 void ext2fs_unmark_block_bitmap_range2(ext2fs_block_bitmap bmap, in ext2fs_unmark_block_bitmap_range2()
757 ext2fs_block_bitmap *bitmap) in ext2fs_convert_subcluster_bitmap()
759 ext2fs_block_bitmap cmap, bmap; in ext2fs_convert_subcluster_bitmap()
Dalloc_sb.c45 ext2fs_block_bitmap bmap) in ext2fs_reserve_super_and_bgd()
Dalloc_tables.c38 ext2fs_block_bitmap bmap, int rem_grp, in flexbg_offset()
83 ext2fs_block_bitmap bmap) in ext2fs_allocate_group_table()
Dgen_bitmap.c530 int ext2fs_test_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap_range()
556 void ext2fs_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap_range()
570 void ext2fs_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_unmark_block_bitmap_range()
Dcheck_desc.c34 ext2fs_block_bitmap bmap; in ext2fs_check_desc()
Dtst_iscan.c31 ext2fs_block_bitmap bad_block_map, touched_map;
/external/e2fsprogs/resize/
Dresize2fs.h107 ext2fs_block_bitmap reserve_blocks;
108 ext2fs_block_bitmap move_blocks;
147 ext2fs_block_bitmap reserve_blocks,
Dresize2fs.c54 ext2fs_block_bitmap bmap);
274 ext2fs_block_bitmap reserve_blocks, in free_gdp_blocks()
314 ext2fs_block_bitmap reserve_blocks, blk64_t new_size) in adjust_fs_info()
742 ext2fs_block_bitmap bmap) in mark_table_blocks()
781 ext2fs_block_bitmap meta_bmap, in mark_fs_metablock()
861 ext2fs_block_bitmap meta_bmap; in blocks_to_move()
/external/e2fsprogs/e2fsck/
De2fsck.h251 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */
252 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */
253 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */
571 ext2fs_block_bitmap *ret);
576 ext2fs_block_bitmap *ret);
Demptydir.c23 ext2fs_block_bitmap empty_dir_blocks;
Dutil.c825 ext2fs_block_bitmap *ret) in e2fsck_allocate_block_bitmap()
839 ext2fs_block_bitmap *ret) in e2fsck_allocate_subcluster_bitmap()
Dpass1.c93 ext2fs_block_bitmap fs_meta_blocks;
1195 ext2fs_block_bitmap save_bmap; in e2fsck_pass1()
/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 …]
/external/e2fsprogs/misc/
Dtune2fs.c1304 ext2fs_block_bitmap bmap) in get_move_bitmaps()
1378 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block()
1472 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block()
1488 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix()
1563 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix()
1741 ext2fs_block_bitmap bmap; in resize_inode()
De2image.c290 static ext2fs_block_bitmap meta_block_map;
291 static ext2fs_block_bitmap scramble_block_map; /* Directory blocks to be scrambled */