Home
last modified time | relevance | path

Searched refs:used_clusters (Results 1 – 5 of 5) sorted by relevance

/fs/exfat/
A Dfatent.c258 exfat_count_used_clusters(sb, &sbi->used_clusters); in __exfat_free_cluster()
265 sbi->used_clusters -= num_clusters; in __exfat_free_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()
438 sbi->used_clusters += num_alloc; in exfat_alloc_cluster()
A Dsuper.c54 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()
619 ret = exfat_count_used_clusters(sb, &sbi->used_clusters); in __exfat_fill_super()
A Dexfat_fs.h272 unsigned int used_clusters; /* number of used clusters */ member
A Ddir.c1237 if (unlikely(++clu_count > sbi->used_clusters)) { in exfat_count_dir_entries()
A Dnamei.c649 if (unlikely(EXFAT_B_TO_CLU_ROUND_UP(info->size, sbi) > sbi->used_clusters)) { in exfat_find()

Completed in 19 milliseconds