Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1148 cursor.write_u16(*b)?; in flush()
1156 cursor.write_u16(*b)?; in flush()
1159 cursor.write_u16(self.first_clus_low)?; in flush()
1162 cursor.write_u16(*b)?; in flush()
1361 cursor.write_u16(self.crt_time)?; in flush()
1362 cursor.write_u16(self.crt_date)?; in flush()
1363 cursor.write_u16(self.lst_acc_date)?; in flush()
1364 cursor.write_u16(self.fst_clus_hi)?; in flush()
1365 cursor.write_u16(self.wrt_time)?; in flush()
1366 cursor.write_u16(self.wrt_date)?; in flush()
[all …]
H A Dfs.rs1115 cursor.write_u16(new_val)?; in set_entry()
1138 cursor.write_u16(raw_val)?; in set_entry()
/DragonOS/kernel/src/libs/
H A Dvec_cursor.rs163 pub fn write_u16(&mut self, value: u16) -> Result<u16, SystemError> { in write_u16() method