Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dbpb.rs297 } else if count_clusters < FATFileSystem::FAT32_MAX_CLUSTER { in new()
H A Dfs.rs308 pub const FAT32_MAX_CLUSTER: u32 = 0x0FFFFFF7; constant