Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dbpb.rs297 bpb.fat_type = if count_clusters < FATFileSystem::FAT12_MAX_CLUSTER { in new()
Dfs.rs246 pub const FAT12_MAX_CLUSTER: u32 = 0xFF5; constant