Searched refs:orig_resid (Results 1 – 10 of 10) sorted by relevance
48 ssize_t orig_resid; in memrw() local58 orig_resid = uio->uio_resid; in memrw()125 if (uio->uio_resid != orig_resid) in memrw()
81 ssize_t orig_resid; in memrw() local88 orig_resid = uio->uio_resid; in memrw()165 if (uio->uio_resid != orig_resid) in memrw()
98 ssize_t orig_resid; in memrw() local102 orig_resid = uio->uio_resid; in memrw()180 if (uio->uio_resid != orig_resid) in memrw()
622 ssize_t orig_resid; in hvs_trans_soreceive() local647 orig_resid = uio->uio_resid; in hvs_trans_soreceive()706 orig_resid > uio->uio_resid) { in hvs_trans_soreceive()729 if (!(flags & MSG_WAITALL) && orig_resid > uio->uio_resid) in hvs_trans_soreceive()735 if (orig_resid == uio->uio_resid) { in hvs_trans_soreceive()787 ssize_t orig_resid; in hvs_trans_sosend() local804 orig_resid = uio->uio_resid; in hvs_trans_sosend()827 if (orig_resid > uio->uio_resid) in hvs_trans_sosend()
657 ssize_t orig_resid; in ffs_read() local692 orig_resid = uio->uio_resid; in ffs_read()693 KASSERT(orig_resid >= 0, ("ffs_read: uio->uio_resid < 0")); in ffs_read()694 if (orig_resid == 0) in ffs_read()822 if ((error == 0 || uio->uio_resid != orig_resid) && in ffs_read()1071 ssize_t orig_resid; in ffs_extread() local1083 orig_resid = uio->uio_resid; in ffs_extread()1084 KASSERT(orig_resid >= 0, ("ffs_extread: uio->uio_resid < 0")); in ffs_extread()1085 if (orig_resid == 0) in ffs_extread()
1138 ssize_t orig_resid; in pipe_write() local1196 orig_resid = uio->uio_resid; in pipe_write()1252 if ((space < uio->uio_resid) && (orig_resid <= PIPE_BUF)) in pipe_write()1377 if (uio->uio_resid != orig_resid && error == EPIPE) in pipe_write()1392 if (uio->uio_resid != orig_resid) in pipe_write()
2710 ssize_t orig_resid = uio->uio_resid; local2825 orig_resid = 0;2917 orig_resid = 0;3169 if (orig_resid == uio->uio_resid && orig_resid &&
843 size_t orig_resid, local_resid; in ncl_write() 903 orig_resid = uio->uio_resid; in ncl_write() 1264 uio->uio_offset -= orig_resid - uio->uio_resid; in nfs_getcacheblk() 1265 uio->uio_resid = orig_resid; in nfs_getcacheblk() 814 size_t orig_resid, local_resid; ncl_write() local
2033 int error, orig_resid, seqcount; in ext2_read() local2054 orig_resid = uio->uio_resid; in ext2_read()2055 KASSERT(orig_resid >= 0, ("ext2_read: uio->uio_resid < 0")); in ext2_read()2056 if (orig_resid == 0) in ext2_read()2126 if ((error == 0 || uio->uio_resid != orig_resid) && in ext2_read()
524 ssize_t orig_resid; in msdosfs_read() local541 orig_resid = uio->uio_resid; in msdosfs_read()542 if (orig_resid == 0) in msdosfs_read()604 if (!isadir && (error == 0 || uio->uio_resid != orig_resid) && in msdosfs_read()