Searched refs:next_free (Results 1 – 1 of 1) sorted by relevance
218 next_free: u32, field555 let next_free: u64 = match self.fs_info.0.lock().next_free() { in allocate_cluster() localVariable559 if next_free < end_cluster.cluster_num { in allocate_cluster()560 Cluster::new(next_free) in allocate_cluster()1226 fsinfo.next_free = cursor.read_u32()?; in new()1284 pub fn update_next_free(&mut self, next_free: u32) { in update_next_free()1286 self.next_free = next_free; in update_next_free()1290 pub fn next_free(&self) -> Option<u64> { in next_free() method1291 match self.next_free { in next_free()1318 cursor.write_u32(self.next_free)?; in flush()[all …]