Lines Matching defs:cluster
231 s64 last_unsupp; /* last unsupported cluster */
235 /* FIXME: This, lcn_bitmap and pos from find_free_cluster() will make a cluster
624 /* Take the next supported cluster (free or relocatable)
625 plus reserve a cluster for the backup boot sector */
821 * lcn_bitmap has one bit for each cluster on the disk. Initially, lcn_bitmap
823 * checked to ensure that no other file already references that cluster.
958 s64 cl; /* current cluster */
986 "(0x%llx): %s cluster in "
995 printf("Filesystem check failed! Totally %d cluster "
1971 ntfs_log_verbose("Splitting run at cluster %lld:\n", (long long)pos);
2352 * The metadata file $Bitmap has one bit for each cluster on disk. This has
2353 * already been read into lcn_bitmap. By looking for the last used cluster on
2380 static void bitmap_file_data_fixup(s64 cluster, struct bitmap *bm)
2382 for (; cluster < bm->size << 3; cluster++)
2383 ntfs_bit_set(bm->bm, (u64)cluster, 1);
2463 * per cluster of the shrunken volume. Also it must be a of 8 bytes in size.
2529 * Delayed relocations may require cluster allocations
2634 ntfs_log_verbose("Bad cluster: %#8llx - %#llx (%lld)\n",
2727 * Allocate a block of memory with one bit for each cluster of the disk.
3077 * if the expanded size is a multiple of cluster size, and big
3331 ntfs_log_verbose("Bad cluster: %#8llx - %#llx"
3439 * the extra space must be a multiple of cluster size
3499 * The bitmap is one bit per full cluster,
3549 err_printf("There are %d sectors in a cluster,\n",
3615 err_printf("Reallocated cluster found in run"
3670 u64 cluster;
3675 cluster = vol->nr_clusters + expand->cluster_increment;
3676 while (cluster < (expand->bitmap_size << 3)) {
3677 expand->bitmap[cluster >> 3] |= 1 << (cluster & 7);
3678 cluster++;
4255 ntfs_log_verbose("Rebasing inode %lld cluster 0x%llx\n",
4301 ntfs_log_verbose("Rebasing inode %lld cluster 0x%llx\n",
4632 * Checking and __reporting__ of bad sectors must be done before cluster