Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c198 IO_URING_F_NONBLOCK = 1, enumerator
2949 if (!(issue_flags & IO_URING_F_NONBLOCK)) { in kiocb_done()
3451 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
3586 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
3715 if (issue_flags & IO_URING_F_NONBLOCK) in io_renameat()
3762 if (issue_flags & IO_URING_F_NONBLOCK) in io_unlinkat()
3808 if (issue_flags & IO_URING_F_NONBLOCK) in io_mkdirat()
3857 if (issue_flags & IO_URING_F_NONBLOCK) in io_symlinkat()
3907 if (issue_flags & IO_URING_F_NONBLOCK) in io_linkat()
3943 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
[all …]