Home
last modified time | relevance | path

Searched refs:group_blk (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c88 blk64_t group_blk, start_blk, last_blk, new_blk; in ext2fs_allocate_group_table() local
92 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()
151 retval = ext2fs_get_free_blocks2(fs, group_blk, in ext2fs_allocate_group_table()
184 retval = ext2fs_get_free_blocks2(fs, group_blk, in ext2fs_allocate_group_table()
214 group_blk = flexbg_offset(fs, group, prev_block, bmap, in ext2fs_allocate_group_table()
220 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk, in ext2fs_allocate_group_table()
/external/e2fsprogs/resize/
Dresize2fs.c1263 blk64_t blk, group_blk; in blocks_to_move() local
1377 group_blk = old_fs->super->s_first_data_block; in blocks_to_move()
1398 group_blk += fs->super->s_blocks_per_group; in blocks_to_move()
1401 group_end = group_blk + 1 + old_blocks; in blocks_to_move()
1402 for (blk = group_blk + 1 + new_blocks; in blocks_to_move()
1421 group_blk += fs->super->s_blocks_per_group; in blocks_to_move()
1436 mark_fs_metablock(rfs, meta_bmap, i, group_blk); in blocks_to_move()
1442 for (blk = group_blk+1; in blocks_to_move()
1443 blk < group_blk + 1 + new_blocks; blk++) in blocks_to_move()
1454 group_blk + has_super); in blocks_to_move()
[all …]