Searched refs:start_fallocate (Results 1 – 2 of 2) sorted by relevance
187 .start_fallocate(file_offset, len, mode)?; in fallocate()
178 pub fn start_fallocate(&self, offset: u64, len: u64, mode: u32) -> Result<PendingOperation> { in start_fallocate() method