Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
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()
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()
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()
Dopenclose.c128 if (issue_flags & IO_URING_F_NONBLOCK) { in io_openat2()
153 (!resolve_nonblock && (issue_flags & IO_URING_F_NONBLOCK))) in io_openat2()
158 if ((issue_flags & IO_URING_F_NONBLOCK) && !nonblock_set) in io_openat2()
244 if (file->f_op->flush && (issue_flags & IO_URING_F_NONBLOCK)) { in io_close()
Dadvise.c57 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_madvise()
101 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK && io_fadvise_force_async(fa)); in io_fadvise()
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()
Dnet.c111 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_shutdown()
543 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
553 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
593 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
650 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
981 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
1134 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1391 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1402 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1453 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
[all …]
Dtruncate.c42 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_ftruncate()
Depoll.c50 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_epoll_ctl()
Dstatx.c59 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_statx()
Drw.c832 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in __io_read()
1038 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
Dio_uring.c1770 return io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_MULTISHOT| in io_poll_issue()
1843 issue_flags |= IO_URING_F_NONBLOCK; in io_wq_submit_work()
1877 issue_flags &= ~IO_URING_F_NONBLOCK; in io_wq_submit_work()
1953 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER); in io_queue_sqe()
/linux-6.12.1/include/linux/
Dio_uring_types.h30 IO_URING_F_NONBLOCK = INT_MIN, enumerator
/linux-6.12.1/block/
Dioctl.c852 bic->nowait = issue_flags & IO_URING_F_NONBLOCK; in blkdev_uring_cmd()
/linux-6.12.1/drivers/nvme/host/
Dioctl.c495 if (issue_flags & IO_URING_F_NONBLOCK) { in nvme_uring_cmd_io()
/linux-6.12.1/drivers/block/
Dublk_drv.c2904 if (issue_flags & IO_URING_F_NONBLOCK) in ublk_ctrl_uring_cmd()