Searched refs:nr_freed (Results 1 – 1 of 1) sorted by relevance
2365 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local2704 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()2708 if (unlikely(nr_freed < 0)) { in ntfs_truncate()2711 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate()2713 nr_freed = 0; in ntfs_truncate()2775 if (nr_freed) { in ntfs_truncate()2776 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()