Home
last modified time | relevance | path

Searched refs:VolId (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs43 VolId(FATFile), enumerator
1267 return FATDirEntry::VolId(file); in convert_to_dir_entry()
1309 return FATDirEntry::VolId(file); in convert_to_dir_entry_with_long_name()
1678 FATDirEntry::File(f) | FATDirEntry::VolId(f) => { in short_name()
1702 FATDirEntry::VolId(s) => { in short_dir_entry()
1718 FATDirEntry::VolId(s) => { in first_cluster()
1732 FATDirEntry::VolId(s) => Some(s.loc), in get_dir_range()
1755 FATDirEntry::VolId(s) => {
1769 FATDirEntry::VolId(s) => { in name()
1781 matches!(self, &FATDirEntry::File(_) | &FATDirEntry::VolId(_)) in is_file()
[all …]
H A Dfs.rs135 FATDirEntry::File(f) | FATDirEntry::VolId(f) => { in update_metadata()
1394 FATDirEntry::File(f) | FATDirEntry::VolId(f) => { in read_at()
1424 FATDirEntry::File(f) | FATDirEntry::VolId(f) => { in write_at()
1450 FATDirEntry::File(_) | FATDirEntry::VolId(_) => { in create()
1500 FATDirEntry::File(file) | FATDirEntry::VolId(file) => { in resize()
1552 FATDirEntry::File(_) | FATDirEntry::VolId(_) => { in list()
1625 FATDirEntry::File(_) | FATDirEntry::VolId(_) => { in unlink()
1652 FATDirEntry::File(_) | FATDirEntry::VolId(_) => { in rmdir()
1700 FATDirEntry::File(_) | FATDirEntry::VolId(_) => { in move_to()
1729 FATDirEntry::File(_) | FATDirEntry::VolId(_) => { in move_to()
[all …]