Lines Matching full:operations
31 * Normal asynchronous notification shall occur for asynchronous I/O operations
36 * For requested operations that are successfully canceled, the associated error
38 * requested operations that are not successfully canceled, the aiocbp shall not
44 * Which operations are cancelable is implementation-defined.
81 * operation, as specified by the op argument, for I/O operations associated with
88 * option: If op is O_DSYNC, all currently queued I/O operations shall be completed
92 * option: If op is O_SYNC, all currently queued I/O operations shall be completed
95 * aio_fsync() fails, then outstanding I/O operations are not guaranteed to have
112 * Delivery when all operations have achieved synchronized I/O completion. All
211 * Simultaneous asynchronous operations using the same aiocbp produce undefined
272 * one of the asynchronous I/O operations referenced by the list argument has
275 * structures in the list correspond to completed asynchronous I/O operations
287 * passes before any of the I/O operations referenced by list are completed, then
344 * is incapable of seeking, write operations append to the file in the same order
354 * Simultaneous asynchronous operations using the same aiocbp produce undefined
392 * <aio.h> and determines whether the function returns when the I/O operations
393 * have been completed, or as soon as the operations have been queued. If the
399 * the I/O operations complete. If sig is NULL, then no asynchronous notification
417 * performed. The supported operations are LIO_READ, LIO_WRITE, and LIO_NOP; these