Searched refs:used_clusters (Results 1 – 3 of 3) sorted by relevance
207 if (p_fs->used_clusters != UINT_MAX) in fat_alloc_cluster()208 p_fs->used_clusters += num_clusters; in fat_alloc_cluster()218 if (p_fs->used_clusters != UINT_MAX) in fat_alloc_cluster()219 p_fs->used_clusters += num_clusters; in fat_alloc_cluster()276 if (p_fs->used_clusters != UINT_MAX) in exfat_alloc_cluster()277 p_fs->used_clusters += num_clusters; in exfat_alloc_cluster()296 if (p_fs->used_clusters != UINT_MAX) in exfat_alloc_cluster()297 p_fs->used_clusters += num_clusters; in exfat_alloc_cluster()340 if (p_fs->used_clusters != UINT_MAX) in fat_free_cluster()341 p_fs->used_clusters -= num_clusters; in fat_free_cluster()[all …]
504 if (p_fs->used_clusters == UINT_MAX) in ffsGetVolInfo()505 p_fs->used_clusters = p_fs->fs_func->count_used_clusters(sb); in ffsGetVolInfo()510 info->UsedClusters = p_fs->used_clusters; in ffsGetVolInfo()3503 if (p_fs->used_clusters == UINT_MAX) { in exfat_statfs()3511 info.UsedClusters = p_fs->used_clusters; in exfat_statfs()
615 u32 used_clusters; /* number of used clusters */ member