Searched refs:FAT16_MAX_CLUSTER (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.7/kernel/src/filesystem/fat/ | ||
D | bpb.rs | 299 } else if count_clusters <= FATFileSystem::FAT16_MAX_CLUSTER { in new() |
D | fs.rs | 248 pub const FAT16_MAX_CLUSTER: u32 = 0xFFF5; constant |