Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dpunch.c200 __u32 cluster_freed; in punch_extent_blocks() local
225 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) - in punch_extent_blocks()
227 if (cluster_freed > free_count) in punch_extent_blocks()
228 cluster_freed = free_count; in punch_extent_blocks()
229 free_count -= cluster_freed; in punch_extent_blocks()
230 free_start += cluster_freed; in punch_extent_blocks()
231 lfree_start += cluster_freed; in punch_extent_blocks()
238 cluster_freed = EXT2FS_CLUSTER_RATIO(fs); in punch_extent_blocks()
239 free_count -= cluster_freed; in punch_extent_blocks()
240 free_start += cluster_freed; in punch_extent_blocks()
[all …]
/external/e2fsprogs/resize/
Dresize2fs.c1264 blk64_t old_blocks, new_blocks, group_end, cluster_freed; in blocks_to_move() local
1407 cluster_freed = in blocks_to_move()
1411 if (cluster_freed > group_end - blk) in blocks_to_move()
1412 cluster_freed = group_end - blk; in blocks_to_move()
1415 rfs->needed_blocks -= cluster_freed; in blocks_to_move()
2457 blk64_t old_blk, new_blk, blk, cluster_freed; in move_itables() local
2570 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) - in move_itables()
2572 blk += cluster_freed; in move_itables()
2573 j += cluster_freed; in move_itables()