Searched refs:ext2fs_group_of_blk2 (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 158 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() 191 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() 233 int gr = ext2fs_group_of_blk2(fs, blk); in ext2fs_allocate_group_table()
|
D | alloc_stats.c | 63 int group = ext2fs_group_of_blk2(fs, blk); in ext2fs_block_alloc_stats2() 130 int group = ext2fs_group_of_blk2(fs, blk); in ext2fs_block_alloc_stats_range()
|
D | alloc.c | 199 ext2fs_clear_block_uninit(fs, ext2fs_group_of_blk2(fs, b)); in ext2fs_new_block3() 489 ext2fs_group_of_blk2(fs, b)); in ext2fs_new_range()
|
D | blknum.c | 20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() function
|
D | mkjournal.c | 239 group = ext2fs_group_of_blk2(fs, (ext2fs_blocks_count(fs->super) - in get_midpoint_journal_block()
|
D | ext2fs.h | 889 extern dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t); 1947 return ext2fs_group_of_blk2(fs, blk); in ext2fs_group_of_blk()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 147 dgrp_t flex_grp = ext2fs_group_of_blk2(fs, block); in print_bg_rel_offset()
|
D | tune2fs.c | 354 group = ext2fs_group_of_blk2(fs, block); in release_blocks_proc() 2281 group = ext2fs_group_of_blk2(fs, blk); in ext2fs_is_meta_block() 2331 group = ext2fs_group_of_blk2(fs, blk); in move_block()
|
D | mke2fs.c | 328 group = ext2fs_group_of_blk2(fs, group_block+j); in handle_bad_blocks()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 325 ext2fs_group_of_blk2@Base 1.42
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1335 g = ext2fs_group_of_blk2(fs, blk); in blocks_to_move() 1652 group = ext2fs_group_of_blk2(rfs->old_fs, blk); in resize2fs_get_alloc_block() 1654 group = ext2fs_group_of_blk2(rfs->new_fs, blk); in resize2fs_get_alloc_block()
|