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

/haiku-fatelf/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.c649 * ntfs_cluster_free - free clusters on an ntfs volume
664 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) function
H A Dattrib.c4396 if (ntfs_cluster_free(na->ni->vol, na, 0, -1) < 0) {
4890 if (rl && ntfs_cluster_free(vol, na, 0, -1) < 0)
5361 * NOTE: We can use ntfs_cluster_free() because we have already mapped
5365 if (ntfs_cluster_free(vol, na, 0, -1) < 0) {
5998 nr_freed_clusters = ntfs_cluster_free(vol, na, first_free_vcn,
6293 if (ntfs_cluster_free(vol, na, org_alloc_size >>
H A Dmft.c1163 if (ntfs_cluster_free(vol, mft_na, old_last_vcn, -1) < 0)

Completed in 156 milliseconds