Searched defs:PendingOperation (Results 1 – 3 of 3) sorted by relevance
151 ) -> Result<PendingOperation> { in start_read_to_mem()167 ) -> Result<PendingOperation> { in start_write_from_mem()178 pub fn start_fallocate(&self, offset: u64, len: u64, mode: u32) -> Result<PendingOperation> { in start_fallocate()189 pub fn start_fsync(&self) -> Result<PendingOperation> { in start_fsync()200 pub fn poll_fd_readable(&self) -> Result<PendingOperation> { in poll_fd_readable()783 pub struct PendingOperation { struct789 impl Future for PendingOperation { argument823 impl Drop for PendingOperation { implementation946 async fn cancel_io(op: PendingOperation) { in canceled_before_completion()950 async fn check_result(op: PendingOperation, expected: u32) { in canceled_before_completion()[all …]
86 pub fn wait_readable(&self) -> Result<PendingOperation> { in wait_readable()100 pub fn wait_writable(&self) -> Result<PendingOperation> { in wait_writable()135 pub struct PendingOperation { struct140 impl Future for PendingOperation { implementation161 impl Drop for PendingOperation { implementation561 async fn check_op(op: PendingOperation) { in drop_before_completion()
251 struct PendingOperation { struct270 const PendingOperation& operation); argument