Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dbitops.h61 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
62 extern int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
64 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
71 extern void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap,
73 extern void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
75 extern int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap,
84 extern blk_t ext2fs_get_block_bitmap_start(ext2fs_block_bitmap bitmap);
86 extern blk_t ext2fs_get_block_bitmap_end(ext2fs_block_bitmap bitmap);
89 extern void ext2fs_mark_block_bitmap_range(ext2fs_block_bitmap bitmap,
91 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.c31 ext2fs_block_bitmap reserve;
32 ext2fs_block_bitmap alloc_map;
95 ext2fs_block_bitmap reserve, in ext2fs_move_blocks()
96 ext2fs_block_bitmap alloc_map, in ext2fs_move_blocks()
Dext2fs.h112 typedef struct ext2fs_struct_generic_bitmap *ext2fs_block_bitmap; typedef
212 ext2fs_block_bitmap block_map;
566 ext2fs_block_bitmap map, blk_t *ret);
569 ext2fs_block_bitmap map,
584 ext2fs_block_bitmap bmap);
602 ext2fs_block_bitmap bmap);
651 extern void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap);
661 ext2fs_block_bitmap *ret);
667 extern errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap,
670 extern void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap);
[all …]
Dalloc.c31 static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, in check_block_uninit()
149 ext2fs_block_bitmap map, blk_t *ret) in ext2fs_new_block()
235 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.h236 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */
237 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */
238 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.c1019 ext2fs_block_bitmap bmap) in get_move_bitmaps()
1093 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block()
1187 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block()
1203 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix()
1276 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix()
1453 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 …]