Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1022 first_clus_low: u16, field
1050 result.first_clus_low = 0; in new()
1161 cursor.write_u16(self.first_clus_low)?; in flush()
2438 long_dentry.first_clus_low = cursor.read_u16()?; in get_raw_dir_entry()