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.rs716 short_dentry: Option<ShortDirEntry>,
973 pub struct ShortDirEntry { struct
975 name: [u8; 11],
977 attributes: FileAttributes,
983 nt_res: u8,
986 crt_time_tenth: u8,
988 crt_time: u16,
990 crt_date: u16,
992 lst_acc_date: u16,
994 fst_clus_hi: u16,
[all …]