Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs653 self.deallocate_cluster(c)?; in deallocate_cluster_chain()
661 pub fn deallocate_cluster(&self, cluster: Cluster) -> Result<(), SystemError> { in deallocate_cluster() method