Home
last modified time | relevance | path

Searched defs:g_union_wip (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/union/
H A Dg_union.h96 struct g_union_wip { struct
98 TAILQ_ENTRY(g_union_wip) wip_next; /* pending or active I/O list */ argument
99 struct bio *wip_bp; /* bio for this I/O */
100 struct g_union_softc *wip_sc; /* g_union's softc */
101 off_t wip_start; /* starting offset of I/O */
102 off_t wip_end; /* ending offset of I/O */
103 long wip_numios; /* BIO_READs in progress */
104 long wip_error; /* merged I/O errors */