Searched refs:v_inflight (Results 1 – 2 of 2) sorted by relevance
1218 bioq_insert_tail(&vol->v_inflight, bp); in g_raid_start_request()1236 TAILQ_FOREACH(nbp, &vol->v_inflight.queue, bio_queue) { in g_raid_finish_with_locked_ranges()1273 bioq_remove(&vol->v_inflight, bp); in g_raid_iodone()1296 TAILQ_FOREACH(bp, &vol->v_inflight.queue, bio_queue) { in g_raid_lock_range()1525 if (bioq_first(&vol->v_inflight) == NULL && in g_raid_worker()1564 if (bioq_first(&vol->v_inflight) == NULL && in g_raid_worker()1925 bioq_init(&vol->v_inflight); in g_raid_create_volume()
270 struct bio_queue_head v_inflight; /* In-flight write requests. */ member