Home
last modified time | relevance | path

Searched refs:Fallocate (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/cros_async/src/
Dpoll_source.rs31 Fallocate(sys_util::Error), enumerator
269 Err(AsyncError::Poll(Error::Fallocate(sys_util::Error::last()))) in fallocate()
/external/crosvm/disk/src/
Ddisk.rs41 Fallocate(cros_async::AsyncError), enumerator
132 Fallocate(e) => write!(f, "failure with fallocate: {}", e), in fmt()
459 .map_err(Error::Fallocate) in punch_hole()
/external/crosvm/fuse/src/
Dsys.rs597 Fallocate = 43, enumerator
Dserver.rs168 Some(Opcode::Fallocate) => self.fallocate(in_header, r, w), in handle_message()