Searched defs:first_cluster (Results 1 – 1 of 1) sorted by relevance
52 pub first_cluster: Cluster, field374 pub first_cluster: Cluster, field475 let mut first_cluster = Cluster::default(); in find_free_entries() localVariable616 let first_cluster: Cluster = fs.allocate_cluster(None)?; in create_dir() localVariable1207 let first_cluster = in to_dir_entry() localVariable1250 let first_cluster = in to_dir_entry_with_long_name() localVariable1665 pub fn first_cluster(&self) -> Cluster { in first_cluster() method