Searched refs:FATFsInfo (Results 1 – 1 of 1) sorted by relevance
95 pub struct LockedFATFsInfo(SpinLock<FATFsInfo>);99 pub fn new(fs_info: FATFsInfo) -> Self { in new()245 pub struct FATFsInfo { struct315 let fs_info: FATFsInfo = match bpb.fat_type { in new()319 FATFsInfo::new( in new()325 _ => FATFsInfo::default(), in new()1229 impl FATFsInfo { implementation1253 let mut fsinfo = FATFsInfo { in new()1859 impl Default for FATFsInfo { implementation1861 return FATFsInfo { in default()[all …]