Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs714 short_dentry: Option<ShortDirEntry>,
718 let mut short_dentry: ShortDirEntry = short_dentry.unwrap_or_default(); localVariable
719 short_dentry.name = *short_name;
720 short_dentry.attributes = attrs;
725 LongNameEntryGenerator::new(long_name, short_dentry.checksum());
752 short_dentry.flush(&fs, offset)?;
755 short_dentry.convert_to_dir_entry_with_long_name(long_name.to_string(), (start, end))
1644 let short_dentry: ShortDirEntry = match long_name_entries.pop().unwrap() { in new() localVariable
1662 if extractor.validate_checksum(&short_dentry) { in new()
1665 short_dentry.convert_to_dir_entry_with_long_name(extractor.extracted_name(), loc) in new()
[all …]