Lines Matching refs:num_clusters
153 unsigned int num_clusters = 0; in __exfat_free_cluster() local
194 num_clusters++; in __exfat_free_cluster()
195 } while (num_clusters < p_chain->size); in __exfat_free_cluster()
215 num_clusters++; in __exfat_free_cluster()
223 sbi->used_clusters -= num_clusters; in __exfat_free_cluster()
310 unsigned int num_clusters = 0, total_cnt; in exfat_alloc_cluster() local
352 num_clusters)) { in exfat_alloc_cluster()
367 num_clusters)) { in exfat_alloc_cluster()
380 num_clusters++; in exfat_alloc_cluster()
402 sbi->used_clusters += num_clusters; in exfat_alloc_cluster()
404 p_chain->size += num_clusters; in exfat_alloc_cluster()
410 if (hint_clu >= sbi->num_clusters) { in exfat_alloc_cluster()
415 num_clusters)) { in exfat_alloc_cluster()
424 if (num_clusters) in exfat_alloc_cluster()
450 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()