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.rs716 short_dentry: Option<ShortDirEntry>,
720 let mut short_dentry: ShortDirEntry = short_dentry.unwrap_or_default(); localVariable
721 short_dentry.name = *short_name;
722 short_dentry.attributes = attrs;
727 LongNameEntryGenerator::new(long_name, short_dentry.checksum());
754 short_dentry.flush(&fs, offset)?;
757 short_dentry.convert_to_dir_entry_with_long_name(long_name.to_string(), (start, end))
1646 let short_dentry: ShortDirEntry = match long_name_entries.pop().unwrap() { in new() localVariable
1664 if extractor.validate_checksum(&short_dentry) { in new()
1667 short_dentry.convert_to_dir_entry_with_long_name(extractor.extracted_name(), loc) in new()
[all …]