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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c2625 * need to send a commit AND write the dirty pages before continuing.
2639 /* write/commit buffer "synchronously" */
2658 /* write/commit buffer "synchronously" */
3074 int backup, wverfset, commit, committed; local
3112 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req, &commit, &rlen, &wverf2);
3147 /* return lowest commit level returned */
3148 if (commit < committed)
3149 committed = commit;
6007 * NFS Version 3 commit RPC
6985 int nextsend, nextwait, wverfset, commit; local
[all...]
H A Dnfs_bio.c1299 /* write verifier changed, clear commit/wverf flags */
2267 * write (or commit) the given NFS buffer
2344 /* If NB_NEEDCOMMIT is set, a commit RPC may do the trick. */
2538 * a commit (or stable (re)write) is performed. Buffers needing only
2539 * a commit are marked with the NB_DELWRI and NB_NEEDCOMMIT flags.
2567 /* either there's an error or we don't need to commit */
2597 * We do use unstable writes and follow up with a commit.
2606 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; local
2628 commit = NFS_WRITE_FILESYNC;
2648 if (iomode2 < commit) /* Retai
[all...]

Completed in 90 milliseconds