Searched defs:g_union_wip (Results 1 – 1 of 1) sorted by relevance
96 struct g_union_wip { struct98 TAILQ_ENTRY(g_union_wip) wip_next; /* pending or active I/O list */ argument99 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 */