Lines Matching full:clusters
521 * read and allocate clusters on write.
1853 /* Start by allocating clusters to hold the attribute value. */ in ntfs_attr_make_non_resident()
2553 /* Deallocate clusters. */ in ntfs_attr_record_rm()
2565 … ntfs_debug("Leaking clusters! Run chkdsk. Couldn't free clusters from attribute list runlist.\n"); in ntfs_attr_record_rm()
2871 * @compression_unit: compression unit size (log2 of clusters)
3981 * Deallocate clusters from the runlist. in ntfs_attr_make_resident()
3989 ntfs_error(sb, "Eeek! Failed to release allocated clusters"); in ntfs_attr_make_resident()
3990 ntfs_debug("Ignoring error and leaving behind wasted clusters.\n"); in ntfs_attr_make_resident()
4057 * clusters than really needed. in ntfs_non_resident_attr_shrink()
4069 * clusters if there is a change. in ntfs_non_resident_attr_shrink()
4086 /* Deallocate all clusters starting with the first free one. */ in ntfs_non_resident_attr_shrink()
4089 ntfs_debug("Eeek! Freeing of clusters failed. Aborting...\n"); in ntfs_non_resident_attr_shrink()
4184 * by allocating new clusters.
4237 * clusters if there is a change. in ntfs_non_resident_attr_expand()
4248 * sparse runs instead of real allocation of clusters. in ntfs_non_resident_attr_expand()
4307 * We will start seek clusters from this LCN to avoid in ntfs_non_resident_attr_expand()
4344 /* Append new clusters to attribute runlist. */ in ntfs_non_resident_attr_expand()
4347 /* Failed, free just allocated clusters. */ in ntfs_non_resident_attr_expand()
4396 /* Free allocated clusters. */ in ntfs_non_resident_attr_expand()
4400 ntfs_debug("Leaking clusters"); in ntfs_non_resident_attr_expand()
4933 ntfs_error(vol->sb, "Failed to free hot clusters."); in ntfs_attr_map_cluster()
4979 * resident also free all clusters allocated by attribute.
5318 ntfs_error(vol->sb, "Freeing of clusters failed"); in ntfs_non_resident_attr_collapse_range()
5378 ntfs_error(vol->sb, "Freeing of clusters failed"); in ntfs_non_resident_attr_punch_hole()
5465 * we have to allocate clusters for holes and delayed within initialized_size, in ntfs_attr_fallocate()
5466 * and zero out the clusters only for the holes. in ntfs_attr_fallocate()
5517 /* allocate clusters outside of initialized_size */ in ntfs_attr_fallocate()