Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c971 static const struct file_operations io_uring_fops; variable
976 if (file->f_op == &io_uring_fops) { in io_uring_get_socket()
2744 file->f_op != &io_uring_fops) in io_file_supports_async()
4224 if ((req->file && req->file->f_op == &io_uring_fops)) in io_close_prep()
7026 if (f.file->f_op != &io_uring_fops) { in io_attach_sq_data()
7474 if (file->f_op == &io_uring_fops) { in io_sqe_files_register()
7635 if (file->f_op == &io_uring_fops) { in __io_sqe_files_update()
7720 if (f.file->f_op != &io_uring_fops) { in io_init_wq_offload()
8953 if (f.file->f_op != &io_uring_fops) in SYSCALL_DEFINE6()
9117 static const struct file_operations io_uring_fops = { variable
[all …]