Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dsqpoll.c111 if (!io_is_uring_fops(f.file)) { in io_attach_sq_data()
346 if (!io_is_uring_fops(f.file)) { in io_sq_offload_create()
Dmsg_ring.c151 if (!io_is_uring_fops(req->file)) in io_msg_ring()
Dfiletable.c68 if (io_is_uring_fops(file)) in io_install_fixed_file()
Dopenclose.c233 if (!file || io_is_uring_fops(file)) { in io_close()
Dio_uring.h53 bool io_is_uring_fops(struct file *file);
Dtctx.c225 } else if (!io_is_uring_fops(file)) { in io_ring_add_registered_fd()
Dio_uring.c158 if (io_is_uring_fops(file)) { in io_uring_get_socket()
1569 !io_is_uring_fops(file)) in __io_file_supports_nowait()
1877 if (file && io_is_uring_fops(file)) in io_file_get_normal()
3186 if (unlikely(!io_is_uring_fops(f.file))) in SYSCALL_DEFINE6()
3303 bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function
4062 if (!io_is_uring_fops(f.file)) in SYSCALL_DEFINE4()
Drsrc.c492 if (io_is_uring_fops(file)) { in __io_sqe_files_update()
994 if (io_is_uring_fops(file)) { in io_sqe_files_register()
Dpoll.c283 if (io_is_uring_fops(req->file)) in io_poll_check_events()