Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c670 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()
[all …]