Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/filesystem/fat/
Dentry.rs1100 cursor.write_u16(*b)?; in flush()
1108 cursor.write_u16(*b)?; in flush()
1111 cursor.write_u16(self.first_clus_low)?; in flush()
1114 cursor.write_u16(*b)?; in flush()
1314 cursor.write_u16(self.crt_time)?; in flush()
1315 cursor.write_u16(self.crt_date)?; in flush()
1316 cursor.write_u16(self.lst_acc_date)?; in flush()
1317 cursor.write_u16(self.fst_clus_hi)?; in flush()
1318 cursor.write_u16(self.wrt_time)?; in flush()
1319 cursor.write_u16(self.wrt_date)?; in flush()
[all …]
Dfs.rs1090 cursor.write_u16(new_val)?; in set_entry()
1114 cursor.write_u16(raw_val)?; in set_entry()
/DragonOS-0.1.9/kernel/src/libs/
Dvec_cursor.rs170 pub fn write_u16(&mut self, value: u16) -> Result<u16, SystemError> { in write_u16() method