Lines Matching defs:clusters

165 	s64	length;		/* count of consecutive clusters */
203 static long long g_mft_zone_end = 0; /* Determined from volume_size and mft_zone_multiplier, in clusters */
204 static long long g_num_bad_blocks = 0; /* Number of bad clusters */
205 static long long *g_bad_blocks = NULL; /* Array of bad clusters */
343 * Mark a run of clusters as allocated
395 * (freeing free clusters is not considered as an error)
881 * ntfs_rlwrite - Write to disk the clusters contained in the runlist @rl
1058 * @clusters: Amount of clusters to allocate.
1060 * Allocate @clusters and create a runlist of the allocated clusters.
1070 static runlist * allocate_scattered_clusters(s64 clusters)
1081 /* Loop until all clusters are allocated. */
1082 while (clusters) {
1083 /* Loop in current zone until we run out of free clusters. */
1112 if (!--clusters) {
1135 /* Deallocate all allocated clusters. */
1424 * specified by the runlist @rl. The clusters specified by @rl are assumed to
1600 /* deallocate clusters */
1682 ntfs_log_perror("Failed to allocate scattered clusters");
1789 /* deallocate clusters */
2181 * specified by the runlist @rl. The clusters specified by @rl are assumed to
2394 * specified by the runlist @rl. The clusters specified by @rl are assumed to
3722 * clusters fits into 32 bits or the cluster size exceeds the
3796 ntfs_log_debug("number of clusters = %llu (0x%llx)\n",
3799 /* Number of clusters must fit within 32 bits (Win2k limitation). */
3806 ntfs_log_error("Number of clusters exceeds 32 bits. Please "
3952 switch (opts.mft_zone_multiplier) { /* % of volume size in clusters */
3987 /* Allocate clusters for mft. */
4013 /* Allocate clusters for mft mirror. */
4095 /* Allocate clusters for log file. */
4121 /* Allocate clusters for $Boot. */
4681 ntfs_log_debug("clusters per mft record = %i (0x%x)\n",
4699 ntfs_log_debug("clusters per index block = %i (0x%x)\n",
5062 * allocating the bad clusters in $Bitmap.