Home
last modified time | relevance | path

Searched refs:ext2fs_block_bitmap (Results 1 – 18 of 18) 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_mark_block_bitmap_range(ext2fs_block_bitmap bitmap,
95 extern void ext2fs_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap,
[all …]
Dbitmaps.c35 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_free_block_bitmap()
72 ext2fs_block_bitmap *ret) in ext2fs_allocate_block_bitmap()
100 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end()
114 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap()
127 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap()
133 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, in ext2fs_compare_block_bitmap()
134 ext2fs_block_bitmap bm2) in ext2fs_compare_block_bitmap()
167 errcode_t ext2fs_set_block_bitmap_range(ext2fs_block_bitmap bmap, in ext2fs_set_block_bitmap_range()
176 errcode_t ext2fs_get_block_bitmap_range(ext2fs_block_bitmap bmap, in ext2fs_get_block_bitmap_range()
Dbmove.c27 ext2fs_block_bitmap reserve;
28 ext2fs_block_bitmap alloc_map;
91 ext2fs_block_bitmap reserve, in ext2fs_move_blocks()
92 ext2fs_block_bitmap alloc_map, in ext2fs_move_blocks()
Dext2fs.h103 typedef struct ext2fs_struct_generic_bitmap *ext2fs_block_bitmap; typedef
202 ext2fs_block_bitmap block_map;
556 ext2fs_block_bitmap map, blk_t *ret);
559 ext2fs_block_bitmap map,
574 ext2fs_block_bitmap bmap);
592 ext2fs_block_bitmap bmap);
641 extern void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap);
651 ext2fs_block_bitmap *ret);
657 extern errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap,
660 extern void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap);
[all …]
Dalloc.c32 static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, in check_block_uninit()
150 ext2fs_block_bitmap map, blk_t *ret) in ext2fs_new_block()
236 int num, ext2fs_block_bitmap map, blk_t *ret) in ext2fs_get_free_blocks()
Dalloc_sb.c45 ext2fs_block_bitmap bmap) in ext2fs_reserve_super_and_bgd()
Dalloc_tables.c37 ext2fs_block_bitmap bmap, int offset, int size, in flexbg_offset()
82 ext2fs_block_bitmap bmap) in ext2fs_allocate_group_table()
Dgen_bitmap.c427 int ext2fs_test_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap_range()
453 void ext2fs_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap_range()
467 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.h91 ext2fs_block_bitmap reserve_blocks;
92 ext2fs_block_bitmap move_blocks;
131 ext2fs_block_bitmap reserve_blocks,
Dresize2fs.c254 ext2fs_block_bitmap reserve_blocks, in free_gdp_blocks()
295 ext2fs_block_bitmap reserve_blocks, blk_t new_size) in adjust_fs_info()
684 ext2fs_block_bitmap bmap) in mark_table_blocks()
730 ext2fs_block_bitmap meta_bmap, in mark_fs_metablock()
782 ext2fs_block_bitmap meta_bmap; in blocks_to_move()
/external/e2fsprogs/e2fsck/
De2fsck.h232 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */
233 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */
234 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */
Demptydir.c23 ext2fs_block_bitmap empty_dir_blocks;
Dpass1.c91 ext2fs_block_bitmap fs_meta_blocks;
1122 ext2fs_block_bitmap save_bmap; in e2fsck_pass1()
/external/e2fsprogs/misc/
Dtune2fs.c969 ext2fs_block_bitmap bmap) in get_move_bitmaps()
1043 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block()
1137 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block()
1153 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix()
1226 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix()
1403 ext2fs_block_bitmap bmap; in resize_inode()
De2image.c151 ext2fs_block_bitmap meta_block_map;
152 ext2fs_block_bitmap scramble_block_map; /* Directory blocks to be scrambled */
/external/e2fsprogs/doc/
Dlibext2fs.texinfo956 …locate_block_bitmap (ext2_filsys @var{fs}, const char *@var{descr}, ext2fs_block_bitmap *@var{ret})
972 @deftypefun void ext2fs_free_block_bitmap (ext2fs_block_bitmap @var{bitmap})
985 @deftypefun void ext2fs_mark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block})
987 @deftypefunx void ext2fs_unmark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block})
989 @deftypefunx int ext2fs_test_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block})
1004 @deftypefun void ext2fs_fast_mark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block})
1006 @deftypefunx void ext2fs_fast_unmark_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{blo…
1008 @deftypefunx int ext2fs_fast_test_block_bitmap (ext2fs_block_bitmap @var{bitmap}, blk_t @var{block})
1023 @deftypefun blk_t ext2fs_get_block_bitmap_start (ext2fs_block_bitmap @var{bitmap})
1028 @deftypefun blk_t ext2fs_get_block_bitmap_end (ext2fs_block_bitmap @var{bitmap})
[all …]