Home
last modified time | relevance | path

Searched defs:ShortDirEntry (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs714 short_dentry: Option<ShortDirEntry>,
971 pub struct ShortDirEntry { struct
973 name: [u8; 11],
975 attributes: FileAttributes,
981 nt_res: u8,
984 crt_time_tenth: u8,
986 crt_time: u16,
988 crt_date: u16,
990 lst_acc_date: u16,
992 fst_clus_hi: u16,
[all …]