Lines Matching defs:commit
139 * operation to occur before they can proceed (typically a commit).
149 * This is how bios should be issued once the commit op is complete
156 * Queued work gets put on here after commit.
249 * Bios are errored if commit failed.
265 * Call this if some urgent work is waiting for the commit to complete.
1231 * 6) update metadata and commit
1334 * It would be nice if we only had to commit when a REQ_FLUSH
1343 * When we recover, because there was no commit the cache will
1349 * To avoid this issue we require a commit as part of the
1797 static int commit(struct cache *cache, bool clean_shutdown)
1820 return errno_to_blk_status(commit(cache, false));
1914 * We want to commit periodically so that not too much
2813 * If writing the above metadata failed, we still commit, but don't
2817 r4 = commit(cache, !r1 && !r2 && !r3);
3134 (void) commit(cache, false);