Searched refs:wres (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c363 static struct WRITE3res wres; local
409 reply_msg.acpted_rply.ar_results.where = (caddr_t)&wres;
447 if (wres.status != NFS3_OK) {
449 cmn_err(CE_WARN, "\tnfs_dump: status %d", wres.status);
H A Dnfs4_vnops.c3168 WRITE4res *wres; local
3330 wres = &resop->nfs_resop4_u.opwrite;
3332 if ((int)wres->count > tsize) {
3337 (int)wres->count, tsize);
3343 if (wres->committed == UNSTABLE4) {
3360 tsize = (int)wres->count;
3374 if (rp->r_writeverf != wres->writeverf) {
3376 rp->r_writeverf = wres->writeverf;
3379 rp->r_writeverf = wres->writeverf;

Completed in 95 milliseconds