Searched refs:group_blk (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 87 blk64_t group_blk, start_blk, last_blk, new_blk, blk; in ext2fs_allocate_group_table() local 91 group_blk = ext2fs_group_first_block2(fs, group); in ext2fs_allocate_group_table() 111 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk, in ext2fs_allocate_group_table() 119 start_blk = group_blk; in ext2fs_allocate_group_table() 121 start_blk = group_blk; in ext2fs_allocate_group_table() 137 retval = ext2fs_get_free_blocks2(fs, group_blk, in ext2fs_allocate_group_table() 168 retval = ext2fs_get_free_blocks2(fs, group_blk, in ext2fs_allocate_group_table() 196 group_blk = flexbg_offset(fs, group, prev_block, bmap, in ext2fs_allocate_group_table() 202 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk, in ext2fs_allocate_group_table()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 855 blk64_t blk, group_blk; in blocks_to_move() local 962 group_blk = old_fs->super->s_first_data_block; in blocks_to_move() 971 group_blk += fs->super->s_blocks_per_group; in blocks_to_move() 974 for (blk = group_blk+1+new_blocks; in blocks_to_move() 975 blk < group_blk+1+old_blocks; blk++) { in blocks_to_move() 979 group_blk += fs->super->s_blocks_per_group; in blocks_to_move() 995 mark_fs_metablock(rfs, meta_bmap, i, group_blk); in blocks_to_move() 1002 for (blk = group_blk+1; in blocks_to_move() 1003 blk < group_blk + 1 + new_blocks; blk++) in blocks_to_move() 1014 group_blk + has_super); in blocks_to_move() [all …]
|