Home
last modified time | relevance | path

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

/io_uring/
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()
2936 file->f_op != &io_uring_fops) in __io_file_supports_nowait()
4801 if (!file || file->f_op == &io_uring_fops) { in io_close()
7158 if (file && unlikely(file->f_op == &io_uring_fops)) in io_file_get_normal()
8286 if (f.file->f_op != &io_uring_fops) { in io_attach_sq_data()
8604 if (file->f_op == &io_uring_fops) { in io_sqe_files_register()
8660 if (file->f_op == &io_uring_fops) in io_install_fixed_file()
8796 if (file->f_op == &io_uring_fops) { in __io_sqe_files_update()
8904 if (f.file->f_op != &io_uring_fops) { in io_sq_offload_create()
[all …]