Searched refs:TPWANY (Results 1 – 2 of 2) sorted by relevance
474 if (sc->flags & TPWANY) { in wtclose()485 if ((sc->flags & TPRANY) && (sc->flags & (TPVOL | TPWANY)) == 0) { in wtclose()539 sc->flags |= TPWANY; in wtioctl()621 if ((sc->flags & TPREAD) == 0 || (sc->flags & TPWANY)) in wtstrategy()655 sc->flags |= TPWO | TPWANY; in wtstrategy()841 sc->flags |= TPWMARK | TPWANY; in wtwritefm()
88 #define TPWANY 0x0800 /* write command requested */ macro