Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs56 pub short_dir_entry: ShortDirEntry, field
65 return self.short_dir_entry.file_size as u64; in size()
71 self.short_dir_entry.file_size = size; in set_size()
252 self.short_dir_entry.set_first_cluster(self.first_cluster); in ensure_len()
305 self.short_dir_entry.flush(fs, short_entry_offset)?; in ensure_len()
349 self.short_dir_entry.set_first_cluster(Cluster::new(0)); in truncate()
356 self.short_dir_entry.flush(fs, short_entry_offset)?; in truncate()
371 pub short_dir_entry: Option<ShortDirEntry>, field
875 let old_short_dentry: Option<ShortDirEntry> = old_dentry.short_dir_entry(); in rename()
924 let old_short_dentry: Option<ShortDirEntry> = old_dentry.short_dir_entry(); in rename_across()
[all …]
H A Dfs.rs686 short_dir_entry: None, in root_dir()
694 short_dir_entry: None, in root_dir()