Lines Matching refs:to_free
670 s64 delta, to_free, nr_freed = 0; in ntfs_cluster_free() local
702 to_free = rl->length - delta; in ntfs_cluster_free()
703 if (count >= 0 && to_free > count) in ntfs_cluster_free()
704 to_free = count; in ntfs_cluster_free()
710 to_free)) in ntfs_cluster_free()
712 nr_freed = to_free; in ntfs_cluster_free()
718 count -= to_free; in ntfs_cluster_free()
736 to_free = rl->length; in ntfs_cluster_free()
737 if (count >= 0 && to_free > count) in ntfs_cluster_free()
738 to_free = count; in ntfs_cluster_free()
743 to_free)) { in ntfs_cluster_free()
749 nr_freed += to_free; in ntfs_cluster_free()
753 count -= to_free; in ntfs_cluster_free()