Lines Matching refs:FATFsInfo
79 pub struct LockedFATFsInfo(SpinLock<FATFsInfo>);
83 pub fn new(fs_info: FATFsInfo) -> Self { in new()
210 pub struct FATFsInfo { struct
256 let fs_info: FATFsInfo = match bpb.fat_type { in new()
260 FATFsInfo::new( in new()
266 _ => FATFsInfo::default(), in new()
1195 impl FATFsInfo { impl
1220 let mut fsinfo = FATFsInfo::default(); in new()
1659 impl Default for FATFsInfo { implementation
1661 return FATFsInfo { in default()
1662 lead_sig: FATFsInfo::LEAD_SIG, in default()
1663 struc_sig: FATFsInfo::STRUC_SIG, in default()
1666 trail_sig: FATFsInfo::TRAIL_SIG, in default()