Searched refs:io_file_supports_nowait (Results 1 – 1 of 1) sorted by relevance
2954 static bool io_file_supports_nowait(struct io_kiocb *req, int rw) in io_file_supports_nowait() function2989 ((file->f_flags & O_NONBLOCK) && !io_file_supports_nowait(req, rw))) in io_prep_rw()3639 if (force_nonblock && !io_file_supports_nowait(req, READ)) { in io_read()3773 if (force_nonblock && !io_file_supports_nowait(req, WRITE)) in io_write()