Searched refs:io_is_uring_fops (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dio_uring.h15 bool io_is_uring_fops(struct file *file);
53 static inline bool io_is_uring_fops(struct file *file) function
/linux-master/io_uring/
H A Dfiletable.c70 if (io_is_uring_fops(file))
H A Dsqpoll.c113 if (!io_is_uring_fops(f.file)) {
413 if (!io_is_uring_fops(f.file)) {
H A Dmsg_ring.c275 if (!io_is_uring_fops(req->file))
H A Dtctx.c235 } else if (!io_is_uring_fops(file)) {
H A Dopenclose.c238 if (!file || io_is_uring_fops(file)) {
H A Drsrc.c406 if (io_is_uring_fops(file)) {
750 if (io_is_uring_fops(file)) {
H A Dregister.c606 if (!io_is_uring_fops(file))
H A Dio_uring.c2072 if (file && io_is_uring_fops(file))
3634 if (unlikely(!io_is_uring_fops(file)))
3752 bool io_is_uring_fops(struct file *file) function
/linux-master/net/core/
H A Dscm.c110 if (io_is_uring_fops(file)) {

Completed in 165 milliseconds