Searched refs:cluster_count (Results 1 – 3 of 3) sorted by relevance
183 int cluster_count = 0; in CheckGraph() local187 ++cluster_count; in CheckGraph()199 EXPECT_EQ(expected_cluster_count, cluster_count); in CheckGraph()
524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local550 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()553 cluster_count /= ms->ms_cluster_size; in probe_fat()555 if (cluster_count > FAT32_MAX) in probe_fat()
777 uint32_t cluster_count; member