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