Symbol: IO_URING_F_NONBLOCK
block/ioctl.c
966
bic->nowait = issue_flags & IO_URING_F_NONBLOCK;
drivers/block/ublk_drv.c
5758
issue_flags & IO_URING_F_NONBLOCK)
drivers/nvme/host/ioctl.c
507
if (issue_flags & IO_URING_F_NONBLOCK) {
drivers/scsi/scsi_bsg.c
129
if (issue_flags & IO_URING_F_NONBLOCK) {
fs/btrfs/ioctl.c
4782
if (issue_flags & IO_URING_F_NONBLOCK)
fs/btrfs/ioctl.c
4929
if (issue_flags & IO_URING_F_NONBLOCK) {
io_uring/advise.c
101
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK && io_fadvise_force_async(fa));
io_uring/advise.c
57
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/epoll.c
54
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/fs.c
141
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/fs.c
190
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/fs.c
243
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/fs.c
291
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/fs.c
89
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/io_uring.c
1440
const unsigned int issue_flags = IO_URING_F_NONBLOCK |
io_uring/io_uring.c
1529
issue_flags |= IO_URING_F_NONBLOCK;
io_uring/io_uring.c
1563
issue_flags &= ~IO_URING_F_NONBLOCK;
io_uring/io_uring.c
1645
unsigned int issue_flags = IO_URING_F_NONBLOCK |
io_uring/net.c
1059
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/net.c
1218
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/net.c
143
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/net.c
1555
if (issue_flags & IO_URING_F_NONBLOCK)
io_uring/net.c
1572
if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
io_uring/net.c
1654
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/net.c
1799
if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
io_uring/net.c
1840
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/net.c
578
if (issue_flags & IO_URING_F_NONBLOCK)
io_uring/net.c
588
if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
io_uring/net.c
685
if (issue_flags & IO_URING_F_NONBLOCK)
io_uring/net.c
708
if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
io_uring/openclose.c
138
if (issue_flags & IO_URING_F_NONBLOCK) {
io_uring/openclose.c
163
(issue_flags & IO_URING_F_NONBLOCK)) {
io_uring/openclose.c
172
if ((issue_flags & IO_URING_F_NONBLOCK) && !nonblock_set)
io_uring/openclose.c
256
if (file->f_op->flush && (issue_flags & IO_URING_F_NONBLOCK)) {
io_uring/rw.c
1136
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/rw.c
920
bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
io_uring/splice.c
128
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/splice.c
90
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/statx.c
56
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/sync.c
107
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/sync.c
46
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/sync.c
79
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/truncate.c
42
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/xattr.c
102
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/xattr.c
115
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/xattr.c
179
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
io_uring/xattr.c
192
WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);