Home
last modified time | relevance | path

Searched refs:IO_URING_F_NONBLOCK (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/io_uring/
Dsync.c44 if (issue_flags & IO_URING_F_NONBLOCK) in io_sync_file_range()
75 if (issue_flags & IO_URING_F_NONBLOCK) in io_fsync()
103 if (issue_flags & IO_URING_F_NONBLOCK) in io_fallocate()
Dfs.c85 if (issue_flags & IO_URING_F_NONBLOCK) in io_renameat()
134 if (issue_flags & IO_URING_F_NONBLOCK) in io_unlinkat()
181 if (issue_flags & IO_URING_F_NONBLOCK) in io_mkdirat()
231 if (issue_flags & IO_URING_F_NONBLOCK) in io_symlinkat()
276 if (issue_flags & IO_URING_F_NONBLOCK) in io_linkat()
Dopenclose.c110 if (issue_flags & IO_URING_F_NONBLOCK) { in io_openat2()
140 (!resolve_nonblock && (issue_flags & IO_URING_F_NONBLOCK))) in io_openat2()
145 if ((issue_flags & IO_URING_F_NONBLOCK) && !nonblock_set) in io_openat2()
239 if (file->f_op->flush && (issue_flags & IO_URING_F_NONBLOCK)) { in io_close()
Dxattr.c112 if (issue_flags & IO_URING_F_NONBLOCK) in io_fgetxattr()
130 if (issue_flags & IO_URING_F_NONBLOCK) in io_getxattr()
227 if (issue_flags & IO_URING_F_NONBLOCK) in io_fsetxattr()
242 if (issue_flags & IO_URING_F_NONBLOCK) in io_setxattr()
Dadvise.c54 if (issue_flags & IO_URING_F_NONBLOCK) in io_madvise()
83 if (issue_flags & IO_URING_F_NONBLOCK) { in io_fadvise()
Dnet.c88 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
295 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
303 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
371 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
379 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
715 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
827 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1101 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1111 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1171 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
[all …]
Dsplice.c55 if (issue_flags & IO_URING_F_NONBLOCK) in io_tee()
97 if (issue_flags & IO_URING_F_NONBLOCK) in io_splice()
Depoll.c54 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_epoll_ctl()
Dstatx.c59 if (issue_flags & IO_URING_F_NONBLOCK) in io_statx()
Drw.c701 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
849 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
Dio_uring.c1771 return io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_MULTISHOT); in io_poll_issue()
1815 issue_flags |= IO_URING_F_NONBLOCK; in io_wq_submit_work()
1839 issue_flags &= ~IO_URING_F_NONBLOCK; in io_wq_submit_work()
1916 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER); in io_queue_sqe()
/Linux-v6.1/include/linux/
Dio_uring.h13 IO_URING_F_NONBLOCK = INT_MIN, enumerator
/Linux-v6.1/drivers/nvme/host/
Dioctl.c516 if (issue_flags & IO_URING_F_NONBLOCK) { in nvme_uring_cmd_io()