Lines Matching refs:in_flight
50 long in_flight; member
89 struct fuse_req *req, bool in_flight);
139 fsvq->in_flight++; in inc_in_flight_req()
145 WARN_ON(fsvq->in_flight <= 0); in dec_in_flight_req()
146 fsvq->in_flight--; in dec_in_flight_req()
147 if (!fsvq->in_flight) in dec_in_flight_req()
176 WARN_ON(fsvq->in_flight < 0); in virtio_fs_drain_queue()
180 if (fsvq->in_flight) { in virtio_fs_drain_queue()
400 bool in_flight) in send_forget_request() argument
410 if (in_flight) in send_forget_request()
428 if (!in_flight) in send_forget_request()
436 if (in_flight) in send_forget_request()
442 if (!in_flight) in send_forget_request()
1123 struct fuse_req *req, bool in_flight) in virtio_fs_enqueue_req() argument
1203 if (!in_flight) in virtio_fs_enqueue_req()