Searched defs:first_cluster (Results 1 – 1 of 1) sorted by relevance
52 pub first_cluster: Cluster, field366 pub first_cluster: Cluster, field466 let mut first_cluster = Cluster::default(); in find_free_entries() localVariable605 let first_cluster: Cluster = fs.allocate_cluster(None)?; in create_dir() localVariable1249 let first_cluster = in convert_to_dir_entry() localVariable1293 let first_cluster = in convert_to_dir_entry_with_long_name() localVariable1708 pub fn first_cluster(&self) -> Cluster { in first_cluster() method