Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1013 file_attrs: FileAttributes, field
1041 file_attrs: FileAttributes::new(FileAttributes::LONG_NAME), in new()
1153 cursor.write_u8(self.file_attrs.value)?; in flush()
2433 long_dentry.file_attrs = FileAttributes::new(cursor.read_u8()?); in get_raw_dir_entry()