Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/
Dwrite_zeroes.rs14 pub trait PunchHole { trait
19 impl PunchHole for File {
21 fallocate(self, FallocateMode::PunchHole, true, offset, length as u64) in punch_hole()
Dlib.rs92 pub use crate::write_zeroes::{PunchHole, WriteZeroes, WriteZeroesAt};
234 PunchHole, enumerator
260 FallocateMode::PunchHole => libc::FALLOC_FL_PUNCH_HOLE, in fallocate()
/external/crosvm/disk/src/
Ddisk.rs13 AsRawDescriptors, FileAllocate, FileReadWriteAtVolatile, FileSetLen, FileSync, PunchHole,
80 + PunchHole
92 + PunchHole
Dandroid_sparse.rs15 AsRawDescriptor, FileAllocate, FileReadWriteAtVolatile, FileSetLen, FileSync, PunchHole,
245 impl PunchHole for AndroidSparse {
Dcomposite.rs13 AsRawDescriptors, FileAllocate, FileReadWriteAtVolatile, FileSetLen, FileSync, PunchHole,
276 impl PunchHole for CompositeDiskFile {
/external/crosvm/disk/src/qcow/
Dmod.rs11 FileReadWriteVolatile, FileSetLen, FileSync, PunchHole, RawDescriptor, SeekHole, WriteZeroesAt,
1700 impl PunchHole for QcowFile {