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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c2007 * need to send a commit AND write the dirty pages before continuing.
2021 /* write/commit buffer "synchronously" */
2040 /* write/commit buffer "synchronously" */
2442 int backup, wverfset, commit, committed; local
2474 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req, &commit, &rlen, &wverf2);
2495 /* return lowest commit level returned */
2496 if (commit < committed)
2497 committed = commit;
4929 * NFS Version 3 commit RPC
5878 int nextsend, nextwait, wverfset, commit, restar local
[all...]
H A Dnfs_bio.c1266 /* write verifier changed, clear commit/wverf flags */
2358 * write (or commit) the given NFS buffer
2432 /* If NB_NEEDCOMMIT is set, a commit RPC may do the trick. */
2626 * a commit (or stable (re)write) is performed. Buffers needing only
2627 * a commit are marked with the NB_DELWRI and NB_NEEDCOMMIT flags.
2655 /* either there's an error or we don't need to commit */
2685 * We do use unstable writes and follow up with a commit.
2694 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; local
2722 commit = NFS_WRITE_FILESYNC;
2744 if (iomode2 < commit) /* Retai
[all...]

Completed in 91 milliseconds