Lines Matching refs:FATFsInfo
80 pub struct LockedFATFsInfo(SpinLock<FATFsInfo>);
84 pub fn new(fs_info: FATFsInfo) -> Self { in new()
211 pub struct FATFsInfo { struct
250 let fs_info: FATFsInfo = match bpb.fat_type { in new()
254 FATFsInfo::new( in new()
260 _ => FATFsInfo::default(), in new()
1185 impl FATFsInfo { implementation
1210 let mut fsinfo = FATFsInfo::default(); in new()
1613 impl Default for FATFsInfo { implementation
1615 return FATFsInfo { in default()
1616 lead_sig: FATFsInfo::LEAD_SIG, in default()
1617 struc_sig: FATFsInfo::STRUC_SIG, in default()
1620 trail_sig: FATFsInfo::TRAIL_SIG, in default()