Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs951 fst_clus_hi: u16, field
1208 Cluster::new(((self.fst_clus_hi as u64) << 16) | (self.fst_clus_lo as u64)); in to_dir_entry()
1251 Cluster::new(((self.fst_clus_hi as u64) << 16) | (self.fst_clus_lo as u64)); in to_dir_entry_with_long_name()
1322 cursor.write_u16(self.fst_clus_hi)?; in flush()
1340 self.fst_clus_hi = ((cluster.cluster_num & 0xffff0000) >> 16) as u16; in set_first_cluster()
2422 short_dentry.fst_clus_hi = cursor.read_u16()?; in get_raw_dir_entry()