Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1117 static const struct file_operations io_uring_fops; variable
1122 if (file->f_op == &io_uring_fops) { in io_uring_get_socket()
2873 file->f_op != &io_uring_fops) in __io_file_supports_nowait()
4562 if (!file || file->f_op == &io_uring_fops) { in io_close()
6791 if (file && unlikely(file->f_op == &io_uring_fops)) in io_file_get_normal()
7896 if (f.file->f_op != &io_uring_fops) { in io_attach_sq_data()
8214 if (file->f_op == &io_uring_fops) { in io_sqe_files_register()
8313 if (file->f_op == &io_uring_fops) in io_install_fixed_file()
8455 if (file->f_op == &io_uring_fops) { in __io_sqe_files_update()
8569 if (f.file->f_op != &io_uring_fops) { in io_sq_offload_create()
[all …]