Lines Matching refs:IO_URING_F_NONBLOCK
198 IO_URING_F_NONBLOCK = 1, enumerator
3107 if (!(issue_flags & IO_URING_F_NONBLOCK)) { in kiocb_done()
3608 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
3747 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
3884 if (issue_flags & IO_URING_F_NONBLOCK) in io_renameat()
3931 if (issue_flags & IO_URING_F_NONBLOCK) in io_unlinkat()
3977 if (issue_flags & IO_URING_F_NONBLOCK) in io_mkdirat()
4026 if (issue_flags & IO_URING_F_NONBLOCK) in io_symlinkat()
4076 if (issue_flags & IO_URING_F_NONBLOCK) in io_linkat()
4112 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
4162 if (issue_flags & IO_URING_F_NONBLOCK) in io_tee()
4202 if (issue_flags & IO_URING_F_NONBLOCK) in io_splice()
4266 if (issue_flags & IO_URING_F_NONBLOCK) in io_fsync()
4298 if (issue_flags & IO_URING_F_NONBLOCK) in io_fallocate()
4385 if (issue_flags & IO_URING_F_NONBLOCK) { in io_openat2()
4417 (!resolve_nonblock && (issue_flags & IO_URING_F_NONBLOCK))) in io_openat2()
4422 if ((issue_flags & IO_URING_F_NONBLOCK) && !nonblock_set) in io_openat2()
4498 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_remove_buffers()
4586 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_provide_buffers()
4641 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_epoll_ctl()
4679 if (issue_flags & IO_URING_F_NONBLOCK) in io_madvise()
4710 if (issue_flags & IO_URING_F_NONBLOCK) { in io_fadvise()
4751 if (issue_flags & IO_URING_F_NONBLOCK) in io_statx()
4808 if (file->f_op->flush && (issue_flags & IO_URING_F_NONBLOCK)) { in io_close()
4853 if (issue_flags & IO_URING_F_NONBLOCK) in io_sync_file_range()
4971 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
4979 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
5028 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
5036 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
5209 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
5281 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
5366 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_accept()
5429 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_connect()
6158 io_ring_submit_lock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_poll_update()
6191 io_ring_submit_unlock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_poll_update()
6580 io_ring_submit_lock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_async_cancel()
6589 io_ring_submit_unlock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_async_cancel()
6626 io_ring_submit_lock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_files_update()
6629 io_ring_submit_unlock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_files_update()
7134 io_ring_submit_lock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_file_get_fixed()
7146 io_ring_submit_unlock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_file_get_fixed()
7247 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER); in __io_queue_sqe()
7391 IO_URING_F_NONBLOCK); in io_init_req()
8654 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_install_fixed_file()
8708 io_ring_submit_lock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_close_fixed()
8734 io_ring_submit_unlock(ctx, !(issue_flags & IO_URING_F_NONBLOCK)); in io_close_fixed()