Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs957 fst_clus_lo: 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()
1325 cursor.write_u16(self.fst_clus_lo)?; in flush()
1339 self.fst_clus_lo = (cluster.cluster_num & 0x0000ffff) as u16; in set_first_cluster()
2425 short_dentry.fst_clus_lo = cursor.read_u16()?; in get_raw_dir_entry()