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

/linux-master/fs/fat/
H A Dinode.c1616 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; local
1799 fat_clusters = calc_fat_clusters(sb);
1800 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT);

Completed in 130 milliseconds