/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 128 prev_block = ext2fs_block_bitmap_loc(fs, group - 1) + 1; in ext2fs_allocate_group_table() 147 if (!ext2fs_block_bitmap_loc(fs, group)) { in ext2fs_allocate_group_table() 171 prev_block = ext2fs_block_bitmap_loc(fs, group) + in ext2fs_allocate_group_table()
|
D | rw_bitmaps.c | 99 blk = ext2fs_block_bitmap_loc(fs, i); in write_bitmaps() 184 blk = ext2fs_block_bitmap_loc(fs, i); in mark_uninit_bg_group_blocks() 308 blk = ext2fs_block_bitmap_loc(fs, i); in read_bitmaps()
|
D | check_desc.c | 64 blk = ext2fs_block_bitmap_loc(fs, i); in ext2fs_check_desc()
|
D | blknum.c | 219 blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_loc() function
|
D | ext2fs.h | 933 extern blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group);
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 68 return blk == ext2fs_block_bitmap_loc(fs, grp); in is_block_bm() 436 b = ext2fs_block_bitmap_loc(rfs->new_fs, i); in move_bg_metadata() 603 ext2fs_block_bitmap_loc(fs, g)); in fix_uninit_block_bitmaps() 653 blk = ext2fs_block_bitmap_loc(old_fs, i); in free_gdp_blocks() 1168 blk = ext2fs_block_bitmap_loc(fs, i); in mark_table_blocks() 1307 if (ext2fs_block_bitmap_loc(fs, g) >= new_size) { in blocks_to_move() 1467 if (ext2fs_block_bitmap_loc(fs, i)) in blocks_to_move() 1469 ext2fs_block_bitmap_loc(fs, i)); in blocks_to_move() 1472 ext2fs_block_bitmap_loc(old_fs, i)); in blocks_to_move() 1497 ext2fs_block_bitmap_loc(fs, i)) in blocks_to_move() [all …]
|
D | main.c | 124 b_stride = ext2fs_block_bitmap_loc(fs, group) - in determine_fs_stride() 125 ext2fs_block_bitmap_loc(fs, group - 1) - in determine_fs_stride()
|
D | online.c | 237 input.block_bitmap = ext2fs_block_bitmap_loc(new_fs, i); in online_resize_fs()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 213 ext2fs_block_bitmap_loc(fs, i), in list_desc() 256 print_number(ext2fs_block_bitmap_loc(fs, i)); in list_desc() 257 print_bg_rel_offset(fs, ext2fs_block_bitmap_loc(fs, i), 0, in list_desc()
|
D | e2fuzz.c | 103 b = ext2fs_block_bitmap_loc(fs, i); in find_metadata_blocks()
|
D | e2image.c | 452 ext2fs_block_bitmap_loc(fs, i)) { in mark_table_blocks() 454 ext2fs_block_bitmap_loc(fs, i)); in mark_table_blocks()
|
D | tune2fs.c | 1006 b = ext2fs_block_bitmap_loc(fs, i); in disable_uninit_bg() 2298 if (ext2fs_block_bitmap_loc(fs, group) == blk) in ext2fs_is_meta_block() 2512 blk = ext2fs_block_bitmap_loc(fs, i); in group_desc_scan_and_fix()
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 822 if ((ext2fs_block_bitmap_loc(fs, i) < first_block) || in check_super_block() 823 (ext2fs_block_bitmap_loc(fs, i) > last_block)) { in check_super_block() 824 pctx.blk = ext2fs_block_bitmap_loc(fs, i); in check_super_block() 828 if (ext2fs_block_bitmap_loc(fs, i) == 0) { in check_super_block()
|
D | readahead.c | 192 super = ext2fs_block_bitmap_loc(fs, i); in e2fsck_readahead()
|
D | pass1.c | 3604 if (block == ext2fs_block_bitmap_loc(fs, i)) { 3946 if (blk == ext2fs_block_bitmap_loc(fs, i)) { in process_bad_block() 4103 new_blk = ext2fs_block_bitmap_loc(fs, i); in handle_fs_bad_blocks() 4174 if (ext2fs_block_bitmap_loc(fs, i)) { in mark_table_blocks() 4176 ext2fs_block_bitmap_loc(fs, i))) { in mark_table_blocks() 4177 pctx.blk = ext2fs_block_bitmap_loc(fs, i); in mark_table_blocks() 4184 ext2fs_block_bitmap_loc(fs, i)); in mark_table_blocks() 4186 ext2fs_block_bitmap_loc(fs, i)); in mark_table_blocks()
|
D | pass1b.c | 1041 if ((test_block == ext2fs_block_bitmap_loc(fs, i)) || in check_if_fs_block() 1082 ext2fs_block_bitmap_loc(fs, i))) || in check_if_fs_cluster()
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 195 bitmap_to_dump = ext2fs_block_bitmap_loc(current_fs, group_to_dump); in do_logdump()
|
D | debugfs.c | 485 i, ext2fs_block_bitmap_loc(current_fs, i), in do_show_super_stats()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 110 ext2fs_block_bitmap_loc@Base 1.42
|