Searched refs:io_is_uring_fops (Results 1 – 4 of 4) sorted by relevance
290 } else if (!io_is_uring_fops(file)) { in io_ring_add_registered_fd()
250 if (!file || io_is_uring_fops(file)) { in io_close()
258 if (io_is_uring_fops(file)) { in __io_sqe_files_update()573 if (io_is_uring_fops(file)) { in io_sqe_files_register()
1584 if (file && io_is_uring_fops(file)) in io_file_get_normal()2576 if (io_is_uring_fops(file)) in io_uring_ctx_get_file()2710 bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function