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