Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1000 fst_clus_lo: u16, field
1252 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()
1369 cursor.write_u16(self.fst_clus_lo)?; in flush()
1382 self.fst_clus_lo = (cluster.cluster_num & 0x0000ffff) as u16; in set_first_cluster()
2457 short_dentry.fst_clus_lo = cursor.read_u16()?; in get_raw_dir_entry()