Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dbpb.rs69 FAT32(BiosParameterBlockFAT32),
90 pub struct BiosParameterBlockFAT32 { struct
150 return FATType::FAT32(BiosParameterBlockFAT32::default()); in default() argument
189 impl BiosParameterBlockFAT32 { implementation
251 let mut bpb32 = BiosParameterBlockFAT32::default(); in new()
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.6.md244 …* refactor(fat): split BiosParameterBlock.validate() into BiosParameterBlockFAT32.validate() and B…