Home
last modified time | relevance | path

Searched refs:BiosParameterBlock (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dbpb.rs15 pub struct BiosParameterBlock { struct
184 fn validate(&self, _bpb: &BiosParameterBlock) -> Result<(), SystemError> { in validate()
191 fn validate(&self, bpb: &BiosParameterBlock) -> Result<(), SystemError> { in validate()
221 impl BiosParameterBlock { impl
222 pub fn new(partition: Arc<Partition>) -> Result<BiosParameterBlock, SystemError> { in new() argument
234 let mut bpb = BiosParameterBlock::default(); in new()
Dfs.rs28 bpb::{BiosParameterBlock, FATType},
65 pub bpb: BiosParameterBlock,
253 let bpb = BiosParameterBlock::new(partition.clone())?; 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…