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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_lcnalloc.h67 __private_extern__ errno_t ntfs_cluster_free(ntfs_inode *ni,
H A Dntfs_lcnalloc.c1095 * errors. You probably want to use ntfs_cluster_free() instead.
1303 * ntfs_cluster_free - free clusters on an ntfs volume
1320 * record. This is needed when ntfs_cluster_free() encounters unmapped runlist
1322 * mapped, you can specify @ctx as NULL and ntfs_cluster_free() will perform
1325 * Note, ntfs_cluster_free() saves the state of @ctx on entry and restores it
1329 * cached pointers from the @ctx, i.e. after the call to ntfs_cluster_free(),
1336 * Note, ntfs_cluster_free() does not modify the runlist, so you have to remove
1364 errno_t ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, function
H A Dntfs_mft.c1062 * Need to mark the mft record for dirtying because ntfs_cluster_free()
1067 err2 = ntfs_cluster_free(mftbmp_ni, vcn + 1, -1, ctx, NULL);
1558 * Need to mark the mft record for dirtying because ntfs_cluster_free()
1563 err2 = ntfs_cluster_free(mft_ni, vcn + 1, -1, ctx, NULL);
H A Dntfs_attr.c6602 err = ntfs_cluster_free(ni, ll, -1, actx, NULL);
7420 if (ntfs_cluster_free(ni, ll, -1, actx, &nr_freed)) {
8269 err = ntfs_cluster_free(ni, new_alloc_size >>
8280 * Truncate the runlist. The call to ntfs_cluster_free() has
8287 * ntfs_cluster_free() call and the below calls can cause us to
8291 * ntfs_cluster_free() aborts with an error it may not have
8295 * ntfs_cluster_free() succeeded for now.

Completed in 180 milliseconds