Searched refs:ext2fs_block_bitmap_loc (Results 1 – 19 of 19) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 127 prev_block = ext2fs_block_bitmap_loc(fs, group - 1) + 1; in ext2fs_allocate_group_table() 133 if (!ext2fs_block_bitmap_loc(fs, group)) { in ext2fs_allocate_group_table() 157 prev_block = ext2fs_block_bitmap_loc(fs, group) + in ext2fs_allocate_group_table()
|
D | check_desc.c | 64 blk = ext2fs_block_bitmap_loc(fs, i); in ext2fs_check_desc()
|
D | rw_bitmaps.c | 92 blk = ext2fs_block_bitmap_loc(fs, i); in write_bitmaps() 250 blk = ext2fs_block_bitmap_loc(fs, i); in read_bitmaps()
|
D | alloc.c | 64 (blk == ext2fs_block_bitmap_loc(fs, group)) || in check_block_uninit()
|
D | blknum.c | 204 blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_loc() function
|
D | ext2fs.h | 834 extern blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group);
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 59 #define IS_BLOCK_BM(fs, i, blk) ((blk) == ext2fs_block_bitmap_loc((fs),(i))) 247 ext2fs_block_bitmap_loc(fs, g)); in fix_uninit_block_bitmaps() 281 blk = ext2fs_block_bitmap_loc(old_fs, group); in free_gdp_blocks() 761 blk = ext2fs_block_bitmap_loc(fs, i); in mark_table_blocks() 899 if (ext2fs_block_bitmap_loc(fs, g) >= new_size) { in blocks_to_move() 1027 if (ext2fs_block_bitmap_loc(fs, i)) in blocks_to_move() 1029 ext2fs_block_bitmap_loc(fs, i)); in blocks_to_move() 1032 ext2fs_block_bitmap_loc(old_fs, i)); in blocks_to_move() 1057 ext2fs_block_bitmap_loc(fs, i)) in blocks_to_move() 1069 if (ext2fs_block_bitmap_loc(old_fs, i) != in blocks_to_move() [all …]
|
D | main.c | 115 b_stride = ext2fs_block_bitmap_loc(fs, group) - in determine_fs_stride() 116 ext2fs_block_bitmap_loc(fs, group - 1) - in determine_fs_stride()
|
D | online.c | 238 input.block_bitmap = ext2fs_block_bitmap_loc(new_fs, i); in online_resize_fs()
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 610 if ((ext2fs_block_bitmap_loc(fs, i) < first_block) || in check_super_block() 611 (ext2fs_block_bitmap_loc(fs, i) > last_block)) { in check_super_block() 612 pctx.blk = ext2fs_block_bitmap_loc(fs, i); in check_super_block() 616 if (ext2fs_block_bitmap_loc(fs, i) == 0) { in check_super_block()
|
D | pass1.c | 2223 if (block == ext2fs_block_bitmap_loc(fs, i)) { 2517 if (blk == ext2fs_block_bitmap_loc(fs, i)) { in process_bad_block() 2672 new_blk = ext2fs_block_bitmap_loc(fs, i); in handle_fs_bad_blocks() 2740 if (ext2fs_block_bitmap_loc(fs, i)) { in mark_table_blocks() 2742 ext2fs_block_bitmap_loc(fs, i))) { in mark_table_blocks() 2743 pctx.blk = ext2fs_block_bitmap_loc(fs, i); in mark_table_blocks() 2750 ext2fs_block_bitmap_loc(fs, i)); in mark_table_blocks()
|
D | pass1b.c | 904 if ((test_block == ext2fs_block_bitmap_loc(fs, i)) || in check_if_fs_block() 945 ext2fs_block_bitmap_loc(fs, i))) || in check_if_fs_cluster()
|
D | pass5.c | 342 EQ_CLSTR(i, ext2fs_block_bitmap_loc(fs, group)) || in check_block_bitmaps()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 235 print_number(ext2fs_block_bitmap_loc(fs, i)); in list_desc() 236 print_bg_rel_offset(fs, ext2fs_block_bitmap_loc(fs, i), 0, in list_desc()
|
D | e2image.c | 436 ext2fs_block_bitmap_loc(fs, i)) { in mark_table_blocks() 438 ext2fs_block_bitmap_loc(fs, i)); in mark_table_blocks()
|
D | tune2fs.c | 1356 if (ext2fs_block_bitmap_loc(fs, group) == blk) in ext2fs_is_meta_block() 1569 blk = ext2fs_block_bitmap_loc(fs, i); in group_desc_scan_and_fix()
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 185 bitmap_to_dump = ext2fs_block_bitmap_loc(current_fs, group_to_dump); in do_logdump()
|
D | debugfs.c | 384 i, ext2fs_block_bitmap_loc(current_fs, i), in do_show_super_stats()
|
/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 90 ext2fs_block_bitmap_loc@Base 1.42
|