Lines Matching refs:in_flight
50 long in_flight; member
89 struct fuse_req *req, bool in_flight);
144 fsvq->in_flight++; in inc_in_flight_req()
150 WARN_ON(fsvq->in_flight <= 0); in dec_in_flight_req()
151 fsvq->in_flight--; in dec_in_flight_req()
152 if (!fsvq->in_flight) in dec_in_flight_req()
181 WARN_ON(fsvq->in_flight < 0); in virtio_fs_drain_queue()
185 if (fsvq->in_flight) { in virtio_fs_drain_queue()
405 bool in_flight) in send_forget_request() argument
415 if (in_flight) in send_forget_request()
433 if (!in_flight) in send_forget_request()
441 if (in_flight) in send_forget_request()
447 if (!in_flight) in send_forget_request()
1128 struct fuse_req *req, bool in_flight) in virtio_fs_enqueue_req() argument
1208 if (!in_flight) in virtio_fs_enqueue_req()