Searched refs:io_is_uring_fops (Results 1 – 10 of 10) sorted by relevance
14 bool io_is_uring_fops(struct file *file);47 static inline bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function
70 if (io_is_uring_fops(file)) in io_install_fixed_file()
114 if (!io_is_uring_fops(fd_file(f))) { in io_attach_sq_data()425 if (!io_is_uring_fops(fd_file(f))) { in io_sq_offload_create()
238 if (!file || io_is_uring_fops(file)) { in io_close()
235 } else if (!io_is_uring_fops(file)) { in io_ring_add_registered_fd()
300 if (!io_is_uring_fops(req->file)) in io_msg_ring()
383 if (io_is_uring_fops(file)) { in __io_sqe_files_update()736 if (io_is_uring_fops(file)) { in io_sqe_files_register()
585 if (io_is_uring_fops(file)) in io_uring_register_get_file()
1914 if (file && io_is_uring_fops(file)) in io_file_get_normal()3311 if (unlikely(!io_is_uring_fops(file))) in SYSCALL_DEFINE6()3424 bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function
116 if (io_is_uring_fops(file)) { in scm_fp_copy()