Lines Matching refs:fuse_conn
110 struct fuse_conn *fc;
139 void fuse_uring_destruct(struct fuse_conn *fc);
146 bool fuse_uring_request_expired(struct fuse_conn *fc);
148 static inline void fuse_uring_abort(struct fuse_conn *fc) in fuse_uring_abort()
161 static inline void fuse_uring_wait_stopped_queues(struct fuse_conn *fc) in fuse_uring_wait_stopped_queues()
170 static inline bool fuse_uring_ready(struct fuse_conn *fc) in fuse_uring_ready()
177 static inline void fuse_uring_destruct(struct fuse_conn *fc) in fuse_uring_destruct()
186 static inline void fuse_uring_abort(struct fuse_conn *fc) in fuse_uring_abort()
190 static inline void fuse_uring_wait_stopped_queues(struct fuse_conn *fc) in fuse_uring_wait_stopped_queues()
194 static inline bool fuse_uring_ready(struct fuse_conn *fc) in fuse_uring_ready()
204 static inline bool fuse_uring_request_expired(struct fuse_conn *fc) in fuse_uring_request_expired()