Lines Matching defs:owritecount
636 u_short owritecount[3];
646 if (doio(&kt, (u_char *)&owritecount, sizeof(owritecount), IO_READ)) {
651 if (owritecount[0] != owritecount[1] ||
652 owritecount[0] != owritecount[2]) {
662 owritecount[0], owritecount[1]);
663 writecount = MAXIMUM(writecount, owritecount[2]);
665 writecount = owritecount[0];