Home
last modified time | relevance | path

Searched refs:v_inflight (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/geom/raid/
HDg_raid.c1236 bioq_insert_tail(&vol->v_inflight, bp); in g_raid_start_request()
1254 TAILQ_FOREACH(nbp, &vol->v_inflight.queue, bio_queue) { in g_raid_finish_with_locked_ranges()
1291 bioq_remove(&vol->v_inflight, bp); in g_raid_iodone()
1314 TAILQ_FOREACH(bp, &vol->v_inflight.queue, bio_queue) { in g_raid_lock_range()
1545 if (bioq_first(&vol->v_inflight) == NULL && in g_raid_worker()
1584 if (bioq_first(&vol->v_inflight) == NULL && in g_raid_worker()
1961 bioq_init(&vol->v_inflight); in g_raid_create_volume()
HDg_raid.h296 struct bio_queue_head v_inflight; /* In-flight write requests. */ member