Searched refs:total_clus (Results 1 – 1 of 1) sorted by relevance
252 unsigned int total_clus = EXFAT_DATA_CLUSTER_COUNT(sbi); in exfat_count_used_clusters() 253 unsigned int last_mask = total_clus & BITS_PER_BYTE_MASK; in exfat_count_used_clusters() 258 total_clus &= ~last_mask; in exfat_count_used_clusters() 259 for (i = 0; i < total_clus; i += BITS_PER_BYTE) { in exfat_count_used_clusters() 246 unsigned int total_clus = EXFAT_DATA_CLUSTER_COUNT(sbi); exfat_count_used_clusters() local