Searched refs:used_clusters (Results 1 – 4 of 4) sorted by relevance
229 exfat_count_used_clusters(sb, &sbi->used_clusters); in __exfat_free_cluster()236 sbi->used_clusters -= num_clusters; in __exfat_free_cluster()330 if (unlikely(total_cnt < sbi->used_clusters)) { in exfat_alloc_cluster()333 __func__, total_cnt, sbi->used_clusters); in exfat_alloc_cluster()337 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()409 sbi->used_clusters += num_alloc; in exfat_alloc_cluster()
70 if (sbi->used_clusters == EXFAT_CLUSTERS_UNTRACKED) { in exfat_statfs()72 if (exfat_count_used_clusters(sb, &sbi->used_clusters)) { in exfat_statfs()82 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()534 sbi->used_clusters = EXFAT_CLUSTERS_UNTRACKED; in exfat_read_boot_sector()640 ret = exfat_count_used_clusters(sb, &sbi->used_clusters); in __exfat_fill_super()
274 unsigned int used_clusters; /* number of used clusters */ member
649 if (unlikely(EXFAT_B_TO_CLU_ROUND_UP(info->size, sbi) > sbi->used_clusters)) { in exfat_find()