Searched refs:allocate_cluster (Results 1 – 2 of 2) sorted by relevance
251 self.first_cluster = fs.allocate_cluster(None)?; in ensure_len()269 current_cluster = fs.allocate_cluster(Some(current_cluster))?; in ensure_len()473 let c: Cluster = fs.allocate_cluster(Some(prev_cluster))?; in find_free_entries()605 let first_cluster: Cluster = fs.allocate_cluster(None)?; in create_dir()
605 pub fn allocate_cluster(&self, prev_cluster: Option<Cluster>) -> Result<Cluster, SystemError> { in allocate_cluster() method