Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:cluster_freed

200 	__u32		cluster_freed;
225 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) -
227 if (cluster_freed > free_count)
228 cluster_freed = free_count;
229 free_count -= cluster_freed;
230 free_start += cluster_freed;
231 lfree_start += cluster_freed;
238 cluster_freed = EXT2FS_CLUSTER_RATIO(fs);
239 free_count -= cluster_freed;
240 free_start += cluster_freed;
241 lfree_start += cluster_freed;