Searched refs:cluster_freed (Results 1 – 2 of 2) sorted by relevance
200 __u32 cluster_freed; in punch_extent_blocks() local225 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 …]
1264 blk64_t old_blocks, new_blocks, group_end, cluster_freed; in blocks_to_move() local1407 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()2403 blk64_t old_blk, new_blk, blk, cluster_freed; in move_itables() local2516 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) - in move_itables()2518 blk += cluster_freed; in move_itables()2519 j += cluster_freed; in move_itables()