Searched refs:group_blk (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 34 blk_t group_blk, start_blk, last_blk, new_blk, blk; in ext2fs_allocate_group_table() local 37 group_blk = ext2fs_group_first_block(fs, group); in ext2fs_allocate_group_table() 47 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk, in ext2fs_allocate_group_table() 55 start_blk = group_blk; in ext2fs_allocate_group_table() 57 start_blk = group_blk; in ext2fs_allocate_group_table() 63 retval = ext2fs_get_free_blocks(fs, group_blk, in ext2fs_allocate_group_table() 75 retval = ext2fs_get_free_blocks(fs, group_blk, in ext2fs_allocate_group_table() 87 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk, in ext2fs_allocate_group_table()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 630 blk_t blk, group_blk; in blocks_to_move() local 693 group_blk = old_fs->super->s_first_data_block; in blocks_to_move() 702 group_blk += fs->super->s_blocks_per_group; in blocks_to_move() 705 for (blk = group_blk+1+new_blocks; in blocks_to_move() 706 blk < group_blk+1+old_blocks; blk++) { in blocks_to_move() 711 group_blk += fs->super->s_blocks_per_group; in blocks_to_move() 724 mark_fs_metablock(rfs, meta_bmap, i, group_blk); in blocks_to_move() 731 for (blk = group_blk+1; in blocks_to_move() 732 blk < group_blk + 1 + new_blocks; blk++) in blocks_to_move() 743 group_blk + has_super); in blocks_to_move() [all …]
|