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