Home
last modified time | relevance | path

Searched refs:origresid (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_vnops.c1234 size_t origresid; in nfs_writerpc() local
1257 origresid = uiop->uio_resid; in nfs_writerpc()
1258 KASSERT(origresid == uiop->uio_iov->iov_len); in nfs_writerpc()
1396 len != origresid) { in nfs_writerpc()
1403 backup = origresid - tsiz; in nfs_writerpc()
1406 tsiz = origresid; in nfs_writerpc()