Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c367 static const struct file_operations io_uring_fops; variable
372 if (file->f_op == &io_uring_fops) { in io_uring_get_socket()
1069 if (S_ISREG(mode) && file->f_op != &io_uring_fops) in io_file_supports_async()
3134 if (ctx->user_files[i]->f_op == &io_uring_fops) { in io_sqe_files_register()
3668 if (f.file->f_op != &io_uring_fops) in SYSCALL_DEFINE6()
3711 static const struct file_operations io_uring_fops = { variable
3776 file = anon_inode_getfile("[io_uring]", &io_uring_fops, ctx, in io_uring_get_fd()
4001 if (f.file->f_op != &io_uring_fops) in SYSCALL_DEFINE4()