Searched defs:AsyncResult (Results 1 – 5 of 5) sorted by relevance
151 async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()257 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate()274 async fn fsync(&self) -> AsyncResult<()> { in fsync()
263 pub fn run(&self) -> AsyncResult<()> { in run()
90 async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()184 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate()193 async fn fsync(&self) -> AsyncResult<()> { in fsync()
586 AsyncResult = ApplyResult # create alias -- see #17805 variable
785 AsyncResult = ApplyResult # create alias -- see #17805 variable