Searched refs:ext2fs_group_of_blk2 (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 144 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() 175 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() 212 dgrp_t 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()
|
D | blknum.c | 19 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() function
|
D | mkjournal.c | 342 group = ext2fs_group_of_blk2(fs, (ext2fs_blocks_count(fs->super) - in write_journal_inode()
|
D | ext2fs.h | 807 extern dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t); 1687 return ext2fs_group_of_blk2(fs, blk); in ext2fs_group_of_blk()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 293 group = ext2fs_group_of_blk2(fs, block); in release_blocks_proc() 1355 group = ext2fs_group_of_blk2(fs, blk); in ext2fs_is_meta_block() 1405 group = ext2fs_group_of_blk2(fs, blk); in move_block()
|
D | dumpe2fs.c | 146 dgrp_t flex_grp = ext2fs_group_of_blk2(fs, block); in print_bg_rel_offset()
|
D | mke2fs.c | 291 group = ext2fs_group_of_blk2(fs, group_block+j); in handle_bad_blocks()
|
/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 280 ext2fs_group_of_blk2@Base 1.42
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 927 g = ext2fs_group_of_blk2(fs, blk); in blocks_to_move()
|