Searched refs:v_inflight (Results 1 – 2 of 2) sorted by relevance
1216 bioq_insert_tail(&vol->v_inflight, bp); in g_raid_start_request()1234 TAILQ_FOREACH(nbp, &vol->v_inflight.queue, bio_queue) { in g_raid_finish_with_locked_ranges()1271 bioq_remove(&vol->v_inflight, bp); in g_raid_iodone()1294 TAILQ_FOREACH(bp, &vol->v_inflight.queue, bio_queue) { in g_raid_lock_range()1523 if (bioq_first(&vol->v_inflight) == NULL && in g_raid_worker()1562 if (bioq_first(&vol->v_inflight) == NULL && in g_raid_worker()1923 bioq_init(&vol->v_inflight); in g_raid_create_volume()
270 struct bio_queue_head v_inflight; /* In-flight write requests. */ member