Searched refs:fst_clus_hi (Results 1 – 1 of 1) sorted by relevance
994 fst_clus_hi: u16, field1252 Cluster::new(((self.fst_clus_hi as u64) << 16) | (self.fst_clus_lo as u64)); in convert_to_dir_entry()1296 Cluster::new(((self.fst_clus_hi as u64) << 16) | (self.fst_clus_lo as u64)); in convert_to_dir_entry_with_long_name()1366 cursor.write_u16(self.fst_clus_hi)?; in flush()1383 self.fst_clus_hi = ((cluster.cluster_num & 0xffff0000) >> 16) as u16; in set_first_cluster()2454 short_dentry.fst_clus_hi = cursor.read_u16()?; in get_raw_dir_entry()