Home
last modified time | relevance | path

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

/linux-6.1.9/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.c89 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
296 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
304 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
372 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
380 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
727 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
839 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1117 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1127 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1187 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.c1748 return io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_MULTISHOT); in io_poll_issue()
1792 issue_flags |= IO_URING_F_NONBLOCK; in io_wq_submit_work()
1816 issue_flags &= ~IO_URING_F_NONBLOCK; in io_wq_submit_work()
1893 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER); in io_queue_sqe()
/linux-6.1.9/include/linux/
Dio_uring.h13 IO_URING_F_NONBLOCK = INT_MIN, enumerator
/linux-6.1.9/drivers/nvme/host/
Dioctl.c516 if (issue_flags & IO_URING_F_NONBLOCK) { in nvme_uring_cmd_io()
/linux-6.1.9/drivers/block/
Dublk_drv.c1995 if (issue_flags & IO_URING_F_NONBLOCK) in ublk_ctrl_uring_cmd()