Searched refs:io_is_uring_fops (Results 1 – 9 of 9) sorted by relevance
14 bool io_is_uring_fops(struct file *file);45 static inline bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function
309 if (!io_is_uring_fops(req->file)) in io_msg_ring() 353 if (!io_is_uring_fops(fd_file(f))) in io_uring_sync_msg_ring()
64 if (io_is_uring_fops(file)) in io_install_fixed_file()
245 } else if (!io_is_uring_fops(file)) { in io_ring_add_registered_fd()
240 if (!file || io_is_uring_fops(file)) { in io_close()
267 if (io_is_uring_fops(file)) { in __io_sqe_files_update() 585 if (io_is_uring_fops(file)) { in io_sqe_files_register()
874 if (io_is_uring_fops(file)) in io_uring_register_get_file()
1971 if (file && io_is_uring_fops(file)) in io_file_get_normal() 3432 if (unlikely(!io_is_uring_fops(file))) in SYSCALL_DEFINE6() 3539 bool io_is_uring_fops(struct file *file) in io_is_uring_fops() function
118 if (io_is_uring_fops(file)) { in scm_fp_copy()