Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.h102 off_t wip_end; /* ending offset of I/O */ member
H A Dg_union.c814 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()