Searched refs:cluster_count (Results 1 – 4 of 4) sorted by relevance
1980 long long cluster_count; /* I'll need this variable (see below). +mabs */ in undelete_file() local2099 cluster_count = 0LL; in undelete_file()2113 cluster_count++; in undelete_file()2153 cluster_count++; in undelete_file()2176 cluster_count * (long long)vol->cluster_size == d->size_alloc) { in undelete_file()
525 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local551 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()554 cluster_count /= ms->ms_cluster_size; in probe_fat()556 if (cluster_count > FAT32_MAX) in probe_fat()
777 uint32_t cluster_count; member
386 int cluster_count = 1; in buildClusterTable() local388 cluster_count += run.isPlaceholder() ? 1 : run.size(); in buildClusterTable()390 fClusters.reserve_back(cluster_count); in buildClusterTable()