Home
last modified time | relevance | path

Searched defs:first_cluster (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs52 pub first_cluster: Cluster, field
367 pub first_cluster: Cluster, field
468 let mut first_cluster = Cluster::default(); in find_free_entries() localVariable
607 let first_cluster: Cluster = fs.allocate_cluster(None)?; in create_dir() localVariable
1251 let first_cluster = in convert_to_dir_entry() localVariable
1295 let first_cluster = in convert_to_dir_entry_with_long_name() localVariable
1710 pub fn first_cluster(&self) -> Cluster { in first_cluster() method