Lines Matching defs:cluster
732 * Read a cluster, try to rescue if cannot read
781 /* possible partial cluster holding the backup boot sector */
941 u64 cl, last_cl; /* current and last used cluster */
1368 /* do not duplicate a cluster */
1527 * per cluster, or several clusters per record.
1608 * per cluster, or several clusters per record.
1781 * a cluster and split over two extents.
1879 s64 cl; /* current cluster */
1911 "(0x%llx): %s cluster in $Bitmap\n",
1919 Printf("Totally %d cluster accounting mismatches.\n", mismatch);
2077 static void bitmap_file_data_fixup(s64 cluster, struct bitmap *bm)
2079 for (; cluster < bm->size << 3; cluster++)
2080 ntfs_bit_set(bm->bm, (u64)cluster, 1);
2085 * Allocate a block of memory with one bit for each cluster of the disk.
2618 // FIXME: This needs to be the cluster size...