Searched refs:FATFsInfo (Results 1 – 1 of 1) sorted by relevance
80 pub struct LockedFATFsInfo(SpinLock<FATFsInfo>);84 pub fn new(fs_info: FATFsInfo) -> Self { in new()211 pub struct FATFsInfo { struct250 let fs_info: FATFsInfo = match bpb.fat_type { in new()254 FATFsInfo::new( in new()260 _ => FATFsInfo::default(), in new()1185 impl FATFsInfo { impl1210 let mut fsinfo = FATFsInfo::default(); in new()1613 impl Default for FATFsInfo { implementation1615 return FATFsInfo { in default()[all …]