Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsync.c46 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_sync_file_range()
77 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_fsync()
105 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_fallocate()
H A Dfs.c86 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_renameat()
135 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_unlinkat()
182 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_mkdirat()
232 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_symlinkat()
277 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_linkat()
H A Dopenclose.c123 if (issue_flags & IO_URING_F_NONBLOCK) { in io_openat2()
148 (!resolve_nonblock && (issue_flags & IO_URING_F_NONBLOCK))) in io_openat2()
153 if ((issue_flags & IO_URING_F_NONBLOCK) && !nonblock_set) in io_openat2()
246 if (file->f_op->flush && (issue_flags & IO_URING_F_NONBLOCK)) { in io_close()
H A Dxattr.c113 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_fgetxattr()
130 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_getxattr()
225 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_fsetxattr()
239 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_setxattr()
H A Dadvise.c55 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_madvise()
97 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK && io_fadvise_force_async(fa)); in io_fadvise()
H A Dnet.c113 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_shutdown()
431 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
439 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
508 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
517 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
822 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
933 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1220 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1231 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1294 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
[all …]
H A Dsplice.c56 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_tee()
97 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_splice()
H A Depoll.c50 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_epoll_ctl()
H A Dstatx.c60 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_statx()
H A Drw.c715 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in __io_read()
906 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
H A Dio_uring.c1910 return io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_MULTISHOT| in io_poll_issue()
1960 issue_flags |= IO_URING_F_NONBLOCK; in io_wq_submit_work()
1994 issue_flags &= ~IO_URING_F_NONBLOCK; in io_wq_submit_work()
2069 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER); in io_queue_sqe()
/openbmc/linux/include/linux/
H A Dio_uring.h17 IO_URING_F_NONBLOCK = INT_MIN, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dioctl.c609 if (issue_flags & IO_URING_F_NONBLOCK) { in nvme_uring_cmd_io()
/openbmc/linux/drivers/block/
H A Dublk_drv.c2858 if (issue_flags & IO_URING_F_NONBLOCK) in ublk_ctrl_uring_cmd()