Lines Matching refs:io_uring_fops
1117 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()
9895 if (unlikely(f.file->f_op != &io_uring_fops)) in SYSCALL_DEFINE6()
10075 static const struct file_operations io_uring_fops = { variable
10165 file = anon_inode_getfile("[io_uring]", &io_uring_fops, ctx, in io_uring_get_file()
10892 if (f.file->f_op != &io_uring_fops) in SYSCALL_DEFINE4()