Searched refs:orig_resid (Results 1 – 3 of 3) sorted by relevance
84 ssize_t orig_resid; in memrw() local90 orig_resid = uio->uio_resid; in memrw()159 if (uio->uio_resid != orig_resid) in memrw()
1065 ssize_t orig_resid; in pipe_write() local1123 orig_resid = uio->uio_resid; in pipe_write()1179 if ((space < uio->uio_resid) && (orig_resid <= PIPE_BUF)) in pipe_write()1304 if (uio->uio_resid != orig_resid && error == EPIPE) in pipe_write()1319 if (uio->uio_resid != orig_resid) in pipe_write()
1917 ssize_t orig_resid = uio->uio_resid; local2037 orig_resid = 0;2120 orig_resid = 0;2130 orig_resid = 0;2375 if (orig_resid == uio->uio_resid && orig_resid &&