Searched refs:total_cnt (Results 1 – 1 of 1) sorted by relevance
352 unsigned int total_cnt; in exfat_alloc_cluster() local357 total_cnt = EXFAT_DATA_CLUSTER_COUNT(sbi); in exfat_alloc_cluster()359 if (unlikely(total_cnt < sbi->used_clusters)) { in exfat_alloc_cluster()362 __func__, total_cnt, sbi->used_clusters); in exfat_alloc_cluster()366 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()
Completed in 3 milliseconds