Searched refs:BiosParameterBlock (Results 1 – 3 of 3) sorted by relevance
15 pub struct BiosParameterBlock { struct184 fn validate(&self, _bpb: &BiosParameterBlock) -> Result<(), SystemError> { in validate()191 fn validate(&self, bpb: &BiosParameterBlock) -> Result<(), SystemError> { in validate()221 impl BiosParameterBlock { implementation222 pub fn new(partition: Arc<Partition>) -> Result<BiosParameterBlock, SystemError> { in new() argument234 let mut bpb = BiosParameterBlock::default(); in new()
28 bpb::{BiosParameterBlock, FATType},65 pub bpb: BiosParameterBlock,253 let bpb = BiosParameterBlock::new(partition.clone())?; in new()
244 …* refactor(fat): split BiosParameterBlock.validate() into BiosParameterBlockFAT32.validate() and B…