Skip to main content

do_fallocate

Function do_fallocate 

Source
pub fn do_fallocate(dst: &Path, offset: u64, len: u64, mode: i32) -> Result<()>
Expand description

Call fallocate(2) on a file with the given mode, offset, and length