Searched refs:ext2fs_group_of_blk (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 141 dgrp_t gr = ext2fs_group_of_blk(fs, new_blk); in ext2fs_allocate_group_table() 169 dgrp_t gr = ext2fs_group_of_blk(fs, new_blk); in ext2fs_allocate_group_table() 205 dgrp_t gr = ext2fs_group_of_blk(fs, blk); in ext2fs_allocate_group_table()
|
D | alloc_stats.c | 65 int group = ext2fs_group_of_blk(fs, blk); in ext2fs_block_alloc_stats()
|
D | mkjournal.c | 312 group = ext2fs_group_of_blk(fs, (fs->super->s_blocks_count - in write_journal_inode()
|
D | ext2fs.h | 1175 extern int ext2fs_group_of_blk(ext2_filsys fs, blk_t blk); 1366 _INLINE_ int ext2fs_group_of_blk(ext2_filsys fs, blk_t blk) in ext2fs_group_of_blk() function
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 262 group = ext2fs_group_of_blk(fs, block); in release_blocks_proc() 1070 group = ext2fs_group_of_blk(fs, blk); in ext2fs_is_meta_block() 1120 group = ext2fs_group_of_blk(fs, blk); in move_block()
|
D | dumpe2fs.c | 138 dgrp_t flex_grp = ext2fs_group_of_blk(fs, block); in print_bg_rel_offset()
|
D | mke2fs.c | 281 group = ext2fs_group_of_blk(fs, group_block+j); in handle_bad_blocks()
|
/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 188 ext2fs_group_of_blk@Base 1.37
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 812 g = ext2fs_group_of_blk(fs, blk); in blocks_to_move()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 1349 @deftypefun int ext2fs_group_of_blk (ext2_filsys @var{fs}, blk_t @var{blk})
|