Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.h101 off_t wip_start; /* starting offset of I/O */ member
H A Dg_union.c813 wip->wip_start = bp->bio_offset + sc->sc_offset; in g_union_start()
814 wip->wip_end = wip->wip_start + bp->bio_length - 1; in g_union_start()
906 if (wip->wip_end < activewip->wip_start || in g_union_doio()
907 wip->wip_start > activewip->wip_end) in g_union_doio()
949 cbp->bio_offset = wip->wip_start; in g_union_doio()