Lines Matching refs:VolId
43 VolId(FATFile), enumerator
1223 return FATDirEntry::VolId(file); in to_dir_entry()
1264 return FATDirEntry::VolId(file); in to_dir_entry_with_long_name()
1633 FATDirEntry::File(f) | FATDirEntry::VolId(f) => { in short_name()
1657 FATDirEntry::VolId(s) => { in short_dir_entry()
1673 FATDirEntry::VolId(s) => { in first_cluster()
1687 FATDirEntry::VolId(s) => Some(s.loc), in get_dir_range()
1710 FATDirEntry::VolId(s) => {
1724 FATDirEntry::VolId(s) => { in name()
1737 &FATDirEntry::File(_) | &FATDirEntry::VolId(_) => true, in is_file()
1753 &FATDirEntry::VolId(_) => true, in is_vol_id()
1785 FATDirEntry::File(f) | FATDirEntry::VolId(f) => { in to_file()