Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dfile.c98 unsigned int num_clusters_new, num_clusters_phys; in __exfat_truncate() local
112 num_clusters_phys = EXFAT_B_TO_CLU_ROUND_UP(ei->i_size_ondisk, sbi); in __exfat_truncate()
114 exfat_chain_set(&clu, ei->start_clu, num_clusters_phys, ei->flags); in __exfat_truncate()
122 min(num_clusters_new, num_clusters_phys); in __exfat_truncate()