Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/filesystem/fat/
Dbpb.rs299 } else if count_clusters <= FATFileSystem::FAT16_MAX_CLUSTER { in new()
Dfs.rs248 pub const FAT16_MAX_CLUSTER: u32 = 0xFFF5; constant