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

/linux-master/io_uring/
H A Dsync.c46 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
77 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
105 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
H A Dadvise.c55 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
97 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK && io_fadvise_force_async(fa));
H A Depoll.c50 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
H A Dxattr.c113 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
130 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
225 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
239 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
H A Dtruncate.c42 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
H A Dfs.c86 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
135 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
182 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
232 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
277 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
H A Dsplice.c56 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
97 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
H A Dstatx.c60 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
H A Dopenclose.c128 if (issue_flags & IO_URING_F_NONBLOCK) {
153 (!resolve_nonblock && (issue_flags & IO_URING_F_NONBLOCK)))
158 if ((issue_flags & IO_URING_F_NONBLOCK) && !nonblock_set)
244 if (file->f_op->flush && (issue_flags & IO_URING_F_NONBLOCK)) {
H A Dnet.c100 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
448 if (issue_flags & IO_URING_F_NONBLOCK)
456 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
521 if (issue_flags & IO_URING_F_NONBLOCK)
530 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
831 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
935 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
1218 if (issue_flags & IO_URING_F_NONBLOCK)
1229 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
1292 if (issue_flags & IO_URING_F_NONBLOCK)
[all...]
H A Drw.c769 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
1005 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
H A Dio_uring.c1928 return io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_MULTISHOT|
2001 issue_flags |= IO_URING_F_NONBLOCK;
2035 issue_flags &= ~IO_URING_F_NONBLOCK;
2111 ret = io_issue_sqe(req, IO_URING_F_NONBLOCK|IO_URING_F_COMPLETE_DEFER);
/linux-master/include/linux/
H A Dio_uring_types.h30 IO_URING_F_NONBLOCK = INT_MIN, enumerator in enum:io_uring_cmd_flags
/linux-master/drivers/nvme/host/
H A Dioctl.c480 if (issue_flags & IO_URING_F_NONBLOCK) {
/linux-master/drivers/block/
H A Dublk_drv.c2861 if (issue_flags & IO_URING_F_NONBLOCK)

Completed in 161 milliseconds