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

/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clbio.c998 int wouldcommit = 0; local
1004 wouldcommit += bp->b_bcount;
1016 wouldcommit += uio->uio_resid;
1021 if (wouldcommit > nmp->nm_wcommitsize)
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_bio.c980 int wouldcommit = 0; local
986 wouldcommit += bp->b_bcount;
998 wouldcommit += uio->uio_resid;
1003 if (wouldcommit > nmp->nm_wcommitsize)

Completed in 94 milliseconds