Home
last modified time | relevance | path

Searched refs:ext2fs_group_of_blk2 (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c144 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()
Dalloc_stats.c63 int group = ext2fs_group_of_blk2(fs, blk); in ext2fs_block_alloc_stats2()
Dblknum.c19 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() function
Dmkjournal.c342 group = ext2fs_group_of_blk2(fs, (ext2fs_blocks_count(fs->super) - in write_journal_inode()
Dext2fs.h807 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/
Dtune2fs.c293 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()
Ddumpe2fs.c146 dgrp_t flex_grp = ext2fs_group_of_blk2(fs, block); in print_bg_rel_offset()
Dmke2fs.c291 group = ext2fs_group_of_blk2(fs, group_block+j); in handle_bad_blocks()
/external/e2fsprogs/debian/
De2fslibs.symbols280 ext2fs_group_of_blk2@Base 1.42
/external/e2fsprogs/resize/
Dresize2fs.c927 g = ext2fs_group_of_blk2(fs, blk); in blocks_to_move()