Searched refs:ntfs_cluster_free (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.h47 extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,
H A Dlcnalloc.c652 * ntfs_cluster_free - free clusters on an ntfs volume
667 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) function
H A Dattrib.c4759 if (ntfs_cluster_free(na->ni->vol, na, 0, -1) < 0) {
5267 if (rl && ntfs_cluster_free(vol, na, 0, -1) < 0)
5742 * NOTE: We can use ntfs_cluster_free() because we have already mapped
5746 if (ntfs_cluster_free(vol, na, 0, -1) < 0) {
6395 nr_freed_clusters = ntfs_cluster_free(vol, na, first_free_vcn,
6701 if (ntfs_cluster_free(vol, na, org_alloc_size >>
H A Dmft.c1232 if (ntfs_cluster_free(vol, mft_na, old_last_vcn, -1) < 0)

Completed in 63 milliseconds