Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs724 short_dentry: Option<ShortDirEntry>,
930 pub struct ShortDirEntry { struct
932 name: [u8; 11],
934 attributes: FileAttributes,
940 nt_res: u8,
943 crt_time_tenth: u8,
945 crt_time: u16,
947 crt_date: u16,
949 lst_acc_date: u16,
951 fst_clus_hi: u16,
[all …]