Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c1109 static const struct file_operations io_uring_fops; variable
1114 if (file->f_op == &io_uring_fops) { in io_uring_get_socket()
2802 file->f_op != &io_uring_fops) in __io_file_supports_nowait()
4622 if (!file || file->f_op == &io_uring_fops) { in io_close()
6870 if (file && unlikely(file->f_op == &io_uring_fops)) in io_file_get_normal()
7952 if (f.file->f_op != &io_uring_fops) { in io_attach_sq_data()
8265 if (file->f_op == &io_uring_fops) { in io_sqe_files_register()
8362 if (file->f_op == &io_uring_fops) in io_install_fixed_file()
8505 if (file->f_op == &io_uring_fops) { in __io_sqe_files_update()
8619 if (f.file->f_op != &io_uring_fops) { in io_sq_offload_create()
[all …]