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

/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dinode.c1525 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; local
1693 fat_clusters = calc_fat_clusters(sb);
1694 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT);

Completed in 33 milliseconds