Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs979 first_clus_low: u16, field
1005 result.first_clus_low = 0; in new()
1116 cursor.write_u16(self.first_clus_low)?; in flush()
2406 long_dentry.first_clus_low = cursor.read_u16()?; in get_raw_dir_entry()