Home | History | Annotate | Download | only in fio

Lines Matching full:resid

538 			} else if (io_u->resid) {
539 int bytes = io_u->xfer_buflen - io_u->resid;
545 td_verror(td, EIO, "full resid");
550 io_u->xfer_buflen = io_u->resid;
785 } else if (io_u->resid) {
786 int bytes = io_u->xfer_buflen - io_u->resid;
798 td_verror(td, EIO, "full resid");
803 io_u->xfer_buflen = io_u->resid;
1233 io_u->resid = 0;