Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dinode.c1612 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local
1780 fat_clusters = calc_fat_clusters(sb); in fat_fill_super()
1781 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); in fat_fill_super()