Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dsqpoll.c111 if (!io_is_uring_fops(f.file)) { in io_attach_sq_data()
348 if (!io_is_uring_fops(f.file)) { in io_sq_offload_create()
Dfiletable.c70 if (io_is_uring_fops(file)) in io_install_fixed_file()
Dopenclose.c240 if (!file || io_is_uring_fops(file)) { in io_close()
Dmsg_ring.c275 if (!io_is_uring_fops(req->file)) in io_msg_ring()
Dtctx.c235 } else if (!io_is_uring_fops(file)) { in io_ring_add_registered_fd()
Dio_uring.h57 bool io_is_uring_fops(struct file *file);
Drsrc.c412 if (io_is_uring_fops(file)) { in __io_sqe_files_update()
906 if (io_is_uring_fops(file)) { in io_sqe_files_register()
Dio_uring.c181 if (io_is_uring_fops(file)) { in io_uring_get_socket()
2024 if (file && io_is_uring_fops(file)) in io_file_get_normal()
3633 if (unlikely(!io_is_uring_fops(f.file))) in SYSCALL_DEFINE6()
3750 bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function
4600 if (!io_is_uring_fops(f.file)) in SYSCALL_DEFINE4()