Skip to main content

sparse_copy_file_without_sync

Function sparse_copy_file_without_sync 

Source
pub fn sparse_copy_file_without_sync(src: &File, dst: &File) -> Result<u64>
Expand description

Copy an ephemeral Linux memory generation between already-owned files, preserving holes. The destination must be a distinct writable object. No durability flush is performed.