Searched refs:FATFsInfo (Results 1 – 1 of 1) sorted by relevance
79 pub struct LockedFATFsInfo(SpinLock<FATFsInfo>);83 pub fn new(fs_info: FATFsInfo) -> Self { in new()210 pub struct FATFsInfo { struct256 let fs_info: FATFsInfo = match bpb.fat_type { in new()260 FATFsInfo::new( in new()266 _ => FATFsInfo::default(), in new()1195 impl FATFsInfo { implementation1220 let mut fsinfo = FATFsInfo::default(); in new()1659 impl Default for FATFsInfo { implementation1661 return FATFsInfo { in default()[all …]