Lines Matching refs:in_flight
44 long in_flight; member
83 struct fuse_req *req, bool in_flight);
138 fsvq->in_flight++; in inc_in_flight_req()
144 WARN_ON(fsvq->in_flight <= 0); in dec_in_flight_req()
145 fsvq->in_flight--; in dec_in_flight_req()
146 if (!fsvq->in_flight) in dec_in_flight_req()
175 WARN_ON(fsvq->in_flight < 0); in virtio_fs_drain_queue()
179 if (fsvq->in_flight) { in virtio_fs_drain_queue()
399 bool in_flight) in send_forget_request() argument
409 if (in_flight) in send_forget_request()
427 if (!in_flight) in send_forget_request()
435 if (in_flight) in send_forget_request()
441 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()