Home
last modified time | relevance | path

Searched refs:deallocate_cluster (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.5/kernel/src/filesystem/fat/
Dfs.rs592 self.deallocate_cluster(c)?; in deallocate_cluster_chain()
600 pub fn deallocate_cluster(&self, cluster: Cluster) -> Result<(), i32> { in deallocate_cluster() method
Dentry.rs343 fs.deallocate_cluster(begin_delete)?; in truncate()