Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring.h14 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
/linux/io_uring/
H A Dmsg_ring.c309 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()
H A Dfiletable.c64 if (io_is_uring_fops(file)) in io_install_fixed_file()
H A Dtctx.c245 } else if (!io_is_uring_fops(file)) { in io_ring_add_registered_fd()
H A Dopenclose.c240 if (!file || io_is_uring_fops(file)) { in io_close()
H A Drsrc.c267 if (io_is_uring_fops(file)) { in __io_sqe_files_update()
585 if (io_is_uring_fops(file)) { in io_sqe_files_register()
H A Dregister.c874 if (io_is_uring_fops(file)) in io_uring_register_get_file()
H A Dio_uring.c1971 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
/linux/net/core/
H A Dscm.c118 if (io_is_uring_fops(file)) { in scm_fp_copy()