Lines Matching defs:commit
237 &newnfs_commit_on_close, 0, "write+commit on close, else only write");
648 * or commit them (this satisfies 1 and 2 except for the
650 * before the commit RPC, which is felt to be "good
652 * a 1 would force a commit operation, if it is felt a
653 * commit is necessary now.
654 * for NFS Version 4 - flush the dirty buffers and commit them, if
705 * of waiting all the way through the commit rpc or just
713 * cannot clear it if we don't commit.
2551 * Nfs Version 3 and 4 commit rpc
2610 * fsync vnode op. Just call ncl_flush() with commit == 1.
2639 int commit, int called_from_renewthread)
2662 if (!commit)
2668 * yet. On the first pass, the byte range is worked out and the commit
2676 if (NFS_ISV34(vp) && commit) {
2680 * Count up how many buffers waiting for a commit.
2691 * Allocate space to remember the list of bufs to commit. It is
2732 * so we can deal with them all with one commit.
2759 * may be a race between the commit rpc and new
2777 * one call for all of them, otherwise commit each one
2803 * blocks dirty, depending on whether the commit
2875 if ((passone || !commit) && (bp->b_flags & B_NEEDCOMMIT)) {
2881 if (passone || !commit)
2920 if (bo->bo_dirty.bv_cnt != 0 && commit) {
2959 if (commit && bo->bo_dirty.bv_cnt == 0 &&
2966 if (error == 0 && commit != 0 && waitfor == MNT_WAIT &&
3010 * commit them before unlocking. This is required by