Lines Matching defs:clusters
197 s64 inuse; /* num of clusters in use */
198 int multi_ref; /* num of clusters referenced many times */
199 int outsider; /* num of clusters outside the volume */
208 s64 new_volume_size; /* in clusters; 0 = --info w/o --size */
212 u64 relocations; /* num of clusters to relocate */
213 s64 inuse; /* num of clusters in use */
218 s64 badclusters; /* num of physically dead clusters */
696 * Take the number of clusters in the volume and calculate the size of $Bitmap.
941 printf("Accounting clusters ...\n");
1296 * an attribute list and allocating clusters for the list, and
1315 * not been updated yet, so the initial clusters can be accessed.
2052 /* We don't release old clusters in the bitmap, that area isn't
2191 /* Do not relocate bad clusters */
2443 /* Clear the sparse flags, even if there are bad clusters */
2485 perr_exit("Couldn't allocate $Bitmap clusters");
3058 err_printf("%d clusters are referenced outside "
3061 err_printf("%d clusters are referenced multiple"
3421 /* There should not be too many bad clusters */
3449 s64 clusters;
3503 * bits = clusters + ceil(clusters/clustersize)
3506 clusters = (((expand->original_sectors + 1)
3511 bitmap_bits = ((clusters + 1)
3546 /* the increment must be an integral number of clusters */
4539 s64 new_size = 0; /* in clusters; 0 = --info w/o --size */