Home
last modified time | relevance | path

Searched refs:IO_URING_F_NONBLOCK (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/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 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 Dnet.c113 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_shutdown()
429 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
437 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
506 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
515 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
820 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
931 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1216 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1227 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1289 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
[all...]
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.c721 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
869 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
H A Dio_uring.c1881 return io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_MULTISHOT| in io_poll_issue()
1931 issue_flags |= IO_URING_F_NONBLOCK; in io_wq_submit_work()
1965 issue_flags &= ~IO_URING_F_NONBLOCK; in io_wq_submit_work()
2040 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER);
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring.h17 IO_URING_F_NONBLOCK = INT_MIN, enumerator
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c198 IO_URING_F_NONBLOCK = 1, enumerator
3102 if (!(issue_flags & IO_URING_F_NONBLOCK)) { in kiocb_done()
3603 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
3742 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
3879 if (issue_flags & IO_URING_F_NONBLOCK) in io_renameat()
3926 if (issue_flags & IO_URING_F_NONBLOCK) in io_unlinkat()
3964 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
4014 if (issue_flags & IO_URING_F_NONBLOCK) in io_tee()
4054 if (issue_flags & IO_URING_F_NONBLOCK) in io_splice()
4118 if (issue_flags & IO_URING_F_NONBLOCK) in io_fsync()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dioctl.c604 if (issue_flags & IO_URING_F_NONBLOCK) { in nvme_uring_cmd_io()
/kernel/linux/linux-6.6/drivers/block/
H A Dublk_drv.c2805 if (issue_flags & IO_URING_F_NONBLOCK) in ublk_ctrl_uring_cmd()

Completed in 25 milliseconds