Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1105 cursor.write_u16(*b)?; in flush()
1113 cursor.write_u16(*b)?; in flush()
1116 cursor.write_u16(self.first_clus_low)?; in flush()
1119 cursor.write_u16(*b)?; in flush()
1319 cursor.write_u16(self.crt_time)?; in flush()
1320 cursor.write_u16(self.crt_date)?; in flush()
1321 cursor.write_u16(self.lst_acc_date)?; in flush()
1322 cursor.write_u16(self.fst_clus_hi)?; in flush()
1323 cursor.write_u16(self.wrt_time)?; in flush()
1324 cursor.write_u16(self.wrt_date)?; in flush()
[all …]
Dfs.rs1079 cursor.write_u16(new_val)?; in set_entry()
1103 cursor.write_u16(raw_val)?; in set_entry()
/DragonOS-0.1.8/kernel/src/libs/
Dvec_cursor.rs169 pub fn write_u16(&mut self, value: u16) -> Result<u16, SystemError> { in write_u16() method