Lines Matching refs:commit
3756 int wverfset, commit = 0, committed; in nfs_write_rpc2() local
3809 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req, &commit, &rlen, &wverf2); in nfs_write_rpc2()
3858 if (commit < committed) { in nfs_write_rpc2()
3859 committed = commit; in nfs_write_rpc2()
8278 int nextsend, nextwait, wverfset, commit; in nfs_vnop_pageout() local
8487 commit = NFS_WRITE_FILESYNC; in nfs_vnop_pageout()
8556 if (iomode < commit) { in nfs_vnop_pageout()
8557 commit = iomode; in nfs_vnop_pageout()
8592 if (iomode < commit) { in nfs_vnop_pageout()
8593 commit = iomode; in nfs_vnop_pageout()
8607 if (!error && (commit != NFS_WRITE_FILESYNC)) { in nfs_vnop_pageout()