pub fn fallocate<F: AsRawDescriptor>(
file: &F,
mode: FallocateMode,
offset: u64,
len: u64,
) -> Result<()>Expand description
Safe wrapper for fallocate().
pub fn fallocate<F: AsRawDescriptor>(
file: &F,
mode: FallocateMode,
offset: u64,
len: u64,
) -> Result<()>Safe wrapper for fallocate().