Lines Matching refs:in_flight
51 long in_flight; member
90 struct fuse_req *req, bool in_flight);
152 fsvq->in_flight++; in inc_in_flight_req()
158 WARN_ON(fsvq->in_flight <= 0); in dec_in_flight_req()
159 fsvq->in_flight--; in dec_in_flight_req()
160 if (!fsvq->in_flight) in dec_in_flight_req()
189 WARN_ON(fsvq->in_flight < 0); in virtio_fs_drain_queue()
193 if (fsvq->in_flight) { in virtio_fs_drain_queue()
413 bool in_flight) in send_forget_request() argument
423 if (in_flight) in send_forget_request()
441 if (!in_flight) in send_forget_request()
449 if (in_flight) in send_forget_request()
455 if (!in_flight) in send_forget_request()
1121 struct fuse_req *req, bool in_flight) in virtio_fs_enqueue_req() argument
1201 if (!in_flight) in virtio_fs_enqueue_req()